Skip to content

Releases: ActiveCampaign/postmark-dotnet

Updated API Support and bug fixes.

09 Feb 17:54
Compare
Choose a tag to compare

This release updates a few areas of the client that were behind our official API.

Notably:

  • Domains API support
  • Updated enum for BounceTypes to include new types of Bounces.
  • Payload models for WebHooks
  • A few small bugfixes.

And a big thanks to @BenJenkinson his big contributions in this release!

Backport Template Sending Support

26 Feb 16:22
Compare
Choose a tag to compare

This release allows Templates to be sent using older versions of .net (2.0 - 4.0). Compatibility for older versions of Windows Phone and Silverlight have been removed, versions 2.1.4 and earlier of this package should be used.

Don't show release notes on package install.

16 Oct 18:30
Compare
Choose a tag to compare

By popular demand, removing the release notes on package install.

Adding Original Recipient Field to Inbound Message Responses.

08 Sep 14:28
Compare
Choose a tag to compare
2.1.3

Added support for OriginalRecipient to the PostmarkInboundMessage class

Support for recent API Enhancements.

04 Aug 13:51
Compare
Choose a tag to compare
  • This release adds support for using our new Template API.
  • Enhancements to inbound and outbound message searching (filter by status, to, and from dates)
  • Enhancement that allows a user to retry a inbound web hook for a specific message.

2.0.84

07 May 19:18
Compare
Choose a tag to compare

Adding support for ReturnPathDomain on SenderSignatures, see more about this feature, here: http://support.postmarkapp.com/customer/portal/articles/1934415-adding-a-custom-return-path-domain?b_id=494

2.0.80

06 May 20:35
Compare
Choose a tag to compare

Minor bugfix related to the GetBouncesAsync() method.

2.0.76

15 Apr 16:10
Compare
Choose a tag to compare

Eliminates our internal use of WaitForResult allowing the legacy synchronous methods to work in WinForms/WebForms/Asp.Net contexts.

2.0.72

09 Apr 13:45
Compare
Choose a tag to compare
  • Several minor bugfixes.
  • Deprecating "WaitForResult()"

2.0.67

02 Apr 14:35
Compare
Choose a tag to compare
  • Adds "OriginalRecipient" to PostmarkInboundMessage payloads.