Skip to content

Commit

Permalink
Include Additional properties of bounces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Theken authored Apr 19, 2017
1 parent d41d093 commit 39c6f95
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Postmark/Model/PostmarkBounce.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,16 @@ public class PostmarkBounce
/// <summary>
/// The original sender of the email, if available.
/// </summary>
/// <value>Subject text of the original message</value>
public string From { get; set; }

/// <summary>
/// The ID of the Server that sent the original message.
/// </summary>
public int ServerID { get; set; }

/// <summary>
/// The Bounce Type "Friendly Name"
/// </summary>
public string Name { get; set; }
}
}

0 comments on commit 39c6f95

Please sign in to comment.