Method | Description | |
---|---|---|
SendMessageAsync ( this client, |
Send a System.Net.MailMessage (transparently converts to the PostmarkMessage).
|
|
SendMessagesAsync ( this client ) : Task |
Send a System.Net.MailMessage(s) (transparently converts to the PostmarkMessages).
|
Method | Description | |
---|---|---|
ConvertSystemMailMessage ( |
Initializes a new instance of the PostmarkMessage class based on an existing MailMessage instance. Only the first recipient of the message is added to the PostmarkMessage instance.
|
|
GetHtmlBodyFromAlternateViews ( |
||
GetMailMessageBcc ( |
||
GetMailMessageCc ( |
||
GetMailMessageRecipients ( |
||
GetMailMessageTo ( |
||
GetStringFromView ( System.Net.Mail.AttachmentBase view ) : string | ||
ReadStream ( Stream input, int bufferSize ) : byte[] | ||
resolveViewEncoding ( System.Net.Mail.AttachmentBase view, |
public static SendMessageAsync ( this client, |
||
client | this | |
message | ||
return | Task |
public static SendMessagesAsync ( this client ) : Task |
||
client | this | |
return | Task |