Skip to content

Commit

Permalink
Merge pull request #134 from gocampo/main
Browse files Browse the repository at this point in the history
Add PostmarkInboundWebhookMessage.RawEmail property
  • Loading branch information
MariuszTrybus authored Jun 14, 2024
2 parents d55dad1 + 73d38d1 commit 19fbb04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Postmark/Model/PostmarkInboundWebhookMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ public class PostmarkInboundWebhookMessage
/// </summary>
public string StrippedTextReply { get; set; }

/// <summary>
/// The raw email message. Must be enabled on the Postmark server.
/// </summary>
public string RawEmail { get; set; }

/// <summary>
/// A list of headers from the message, fully parsed
/// </summary>
Expand Down

0 comments on commit 19fbb04

Please sign in to comment.