Skip to content

Commit

Permalink
Added support for OriginalRecipient to the PostmarkInboundMessage class
Browse files Browse the repository at this point in the history
  • Loading branch information
jptoto committed Sep 8, 2015
1 parent 63d236a commit 42d3c60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Postmark/Model/PostmarkInboundMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public class PostmarkInboundMessage
/// </summary>
public string MessageID { get; set; }

/// <summary>
/// The original recipient the messages was addressed to
/// </summary>
public string OriginalRecipient { get; set; }

/// <summary>
/// The received time of the message by Postmark
/// </summary>
Expand Down

0 comments on commit 42d3c60

Please sign in to comment.