프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 | ||
리턴 |