Méthode | Description | |
---|---|---|
PostmarkMessage ( ) : System | ||
PostmarkMessage ( string from, string to, string subject, string body, string>.IDictionary |
Initializes a new instance of the PostmarkMessage class.
|
|
PostmarkMessage ( ) : System.Collections.Specialized | ||
PostmarkMessage ( |
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.
|
|
PostmarkMessage ( string from, string to, string subject, string body ) : System.Collections.Specialized |
Initializes a new instance of the PostmarkMessage class.
|
|
PostmarkMessage ( string from, string to, string subject, string body, |
Initializes a new instance of the PostmarkMessage class.
|
Méthode | Description | |
---|---|---|
GetHtmlBodyFromAlternateViews ( |
protected GetHtmlBodyFromAlternateViews ( |
||
message | ||
Résultat | void |
public PostmarkMessage ( string from, string to, string subject, string body, string>.IDictionary |
||
from | string | An email address for a sender. |
to | string | An email address for a recipient. |
subject | string | The message subject line. |
body | string | The message body. |
headers | string>.IDictionary | A collection of additional mail headers to send with the message. (optional) |
Résultat | System |
public PostmarkMessage ( ) : System.Collections.Specialized | ||
Résultat | System.Collections.Specialized |
public PostmarkMessage ( |
||
message | The existing message. | |
Résultat | System.Collections.Specialized |
public PostmarkMessage ( string from, string to, string subject, string body ) : System.Collections.Specialized | ||
from | string | An email address for a sender. |
to | string | An email address for a recipient. |
subject | string | The message subject line. |
body | string | The message body. |
Résultat | System.Collections.Specialized |
public PostmarkMessage ( string from, string to, string subject, string body, |
||
from | string | An email address for a sender. |
to | string | An email address for a recipient. |
subject | string | The message subject line. |
body | string | The message body. |
headers | A collection of additional mail headers to send with the message. | |
Résultat | System.Collections.Specialized |