Skip to content

Sending Statistics

JP Toto edited this page May 14, 2013 · 4 revisions

You may get a list of the types and number of bounces you've sustained to your account by using the .GetDeliveryStatus() method on the PostmarkClient class:

PostmarkClient client = new PostmarkClient("YOUR_API_KEY");
var tags = client.GetDeliveryStats();

This will retrieve a list of each type of bounce you've encountered, including spam complaints, and how many.

Clone this wiki locally