C# 클래스 System.Net.Mail.MailMessage

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginSend IAsyncResult
BuildDeliveryStatusNotificationString string
EndSend void
Send void
SetContent void

공개 메소드들

메소드 설명
Dispose ( ) : void
MailMessage ( ) : System
MailMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to ) : System
MailMessage ( string from, string to ) : System
MailMessage ( string from, string to, string subject, string body ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
BeginSend ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode, AsyncCallback callback, object state ) : IAsyncResult
BuildDeliveryStatusNotificationString ( ) : string
EndSend ( IAsyncResult asyncResult ) : void
Send ( System.Net.Mime.BaseWriter writer, bool sendEnvelope, bool allowUnicode ) : void
SetContent ( bool allowUnicode ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MailMessage() 공개 메소드

public MailMessage ( ) : System
리턴 System

MailMessage() 공개 메소드

public MailMessage ( System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to ) : System
from System.Net.Mail.MailAddress
to System.Net.Mail.MailAddress
리턴 System

MailMessage() 공개 메소드

public MailMessage ( string from, string to ) : System
from string
to string
리턴 System

MailMessage() 공개 메소드

public MailMessage ( string from, string to, string subject, string body ) : System
from string
to string
subject string
body string
리턴 System