-
Notifications
You must be signed in to change notification settings - Fork 46
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.
The Postmark.Net client can be installed from NuGet.
For additional information about the capabilities of the Postmark API, see http://developer.postmarkapp.com/.
- Getting Started
- Version 2.0 Upgrade Guide
- Sending Email
- Searching Sent Messages
- Analyzing Sent Messages
- Processing Inbound Email
- Retrieving Message Statistics
- Handling Bounces
- Managing Suppressions
- Working with Message Streams
- Managing Your Account
- Troubleshooting Async&Await
- Version 1.x Overview
- Sending Email
- Sending Batch Emails
- Sending Attachments
- Sending Inline Images
- Using
MailMessage
- Using the Bounce API
- [Getting Send Statistics](Sending Statistics)
- Adding Custom Email Headers