Property | Type | Description | |
---|---|---|---|
ContainedMailMessage | |||
HtmlBody | string | ||
IsSubjectSet | bool | ||
PlainTextBody | string | ||
TemplateParser | ITemplateParser | ||
TokenValues | string>.IDictionary |
Method | Description | |
---|---|---|
Create ( ) : |
||
MailMessageWrapper ( ITemplateParser templateParser ) : System | ||
WithHtmlBody ( string bodyTemplate ) : |
||
WithHtmlBodyFromFile ( string filename ) : |
||
WithMarkdownBody ( string bodyTemplate ) : |
||
WithMarkdownBodyFromFile ( string filename ) : |
||
WithPlainTextBody ( string bodyTemplate ) : |
||
WithPlainTextBodyFromFile ( string filename ) : |
||
WithSubject ( string subjectTemplate ) : |
Method | Description | |
---|---|---|
SetBodyFromHtmlText ( ) : void | ||
SetBodyFromPlainText ( ) : void |
public MailMessageWrapper ( ITemplateParser templateParser ) : System | ||
templateParser | ITemplateParser | |
return | System |
public WithHtmlBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
return |
public WithHtmlBodyFromFile ( string filename ) : |
||
filename | string | |
return |
public WithMarkdownBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
return |
public WithMarkdownBodyFromFile ( string filename ) : |
||
filename | string | |
return |
public WithPlainTextBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
return |
public WithPlainTextBodyFromFile ( string filename ) : |
||
filename | string | |
return |
public WithSubject ( string subjectTemplate ) : |
||
subjectTemplate | string | |
return |
protected MailMessage,System.Net.Mail ContainedMailMessage | ||
return |