Skip to content

Commit

Permalink
Improve documentation in PostmarkClientExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsandu committed Mar 24, 2020
1 parent b784726 commit 6832111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Postmark/PostmarkClientExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class PostmarkClientExtensions
/// <param name="textBody">The Plain Text Body to be used for the message, this may be null if HtmlBody is set.</param>
/// <param name="htmlBody">The HTML Body to be used for the message, this may be null if TextBody is set.</param>
/// <param name="headers">A collection of additional mail headers to send with the message.</param>
/// <param name="messageStream">The message stream used to send this message</param>
/// <param name="messageStream">The message stream used to send this message.</param>
/// <returns>A <see cref = "PostmarkResponse" /> with details about the transaction.</returns>
public static async Task<PostmarkResponse> SendMessageAsync(this PostmarkClient client,
string from, string to, string subject, string textBody, string htmlBody,
Expand Down

0 comments on commit 6832111

Please sign in to comment.