Метод | Описание | |
---|---|---|
BuildAttachments ( this message ) : void |
첨부파일 정보를 메일 본문에 추가한다.
|
|
BuildAttachments ( this message, Stream>.IDictionary |
첨부파일 정보를 메일 본문에 추가한다.
|
|
BuildHtmlMessageBody ( this message, |
MailMessage 의 본문을 지정된 Uri.AbsoluteUri의 컨텐츠로 설정한다.
|
|
SendMessage ( string host, |
Mail 보내기
|
|
SendMessage ( string host, int port, |
Mail 보내기
|
public static BuildAttachments ( this message ) : void | ||
message | this | Mail message |
Результат | void |
public static BuildAttachments ( this message, Stream>.IDictionary |
||
message | this | |
files | Stream>.IDictionary | 파일명, FileStream 의 Dictionary |
Результат | void |
public static BuildHtmlMessageBody ( this message, |
||
message | this | 메일 메시지 인스턴스 |
uri | 본문으로 설정할 내용이 있는 |
|
bodyEncoding | 본문의 인코딩 방식 | |
Результат | void |
public static SendMessage ( string host, |
||
host | string | SMTP Host address. |
message | mail message | |
Результат | void |
public static SendMessage ( string host, int port, |
||
host | string | SMTP Host address. |
port | int | SMTP port |
message | mail message | |
Результат | void |