Свойство | Тип | Описание | |
---|---|---|---|
ContainedMailMessage | |||
HtmlBody | string | ||
IsSubjectSet | bool | ||
PlainTextBody | string | ||
TemplateParser | ITemplateParser | ||
TokenValues | string>.IDictionary |
Метод | Описание | |
---|---|---|
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 ) : |
Метод | Описание | |
---|---|---|
SetBodyFromHtmlText ( ) : void | ||
SetBodyFromPlainText ( ) : void |
public MailMessageWrapper ( ITemplateParser templateParser ) : System | ||
templateParser | ITemplateParser | |
Результат | System |
public WithHtmlBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
Результат |
public WithHtmlBodyFromFile ( string filename ) : |
||
filename | string | |
Результат |
public WithMarkdownBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
Результат |
public WithMarkdownBodyFromFile ( string filename ) : |
||
filename | string | |
Результат |
public WithPlainTextBody ( string bodyTemplate ) : |
||
bodyTemplate | string | |
Результат |
public WithPlainTextBodyFromFile ( string filename ) : |
||
filename | string | |
Результат |
public WithSubject ( string subjectTemplate ) : |
||
subjectTemplate | string | |
Результат |
protected MailMessage,System.Net.Mail ContainedMailMessage | ||
Результат |
protected ITemplateParser TemplateParser | ||
Результат | ITemplateParser |