Skip to content

Sending Statistics

Andrew Theken edited this page Dec 11, 2014 · 4 revisions

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

var client = new PostmarkClient("SERVER_TOKEN");
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