C# 클래스 Aqueduct.Mail.MailMessage

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
AddAttachment ( Attachment attachment ) : void
AddBCC ( EmailUser user ) : void
AddCC ( EmailUser user ) : void
AddRecipient ( EmailUser user ) : void
ClearAllRecipients ( ) : void
ClearAttachments ( ) : void
ClearBCCList ( ) : void
ClearCCList ( ) : void
ClearRecipients ( ) : void
Send ( SmtpServerInfo serverInfo ) : void

보호된 메소드들

메소드 설명
MailMessage ( ) : System
MailMessage ( bool isHtml ) : System
OnSending ( MailMessageSendingEventArgs e ) : void
OnSent ( MailMessageSentEventArgs e ) : void

비공개 메소드들

메소드 설명
ConvertAttachment ( Attachment attachment ) : System.Net.Mail.Attachment
addToList ( ICollection list, EmailUser user ) : void
emailOK ( string email ) : bool
getUserList ( IEnumerable userList ) : string

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( Attachment attachment ) : void
attachment Attachment
리턴 void

AddBCC() 공개 메소드

public AddBCC ( EmailUser user ) : void
user EmailUser
리턴 void

AddCC() 공개 메소드

public AddCC ( EmailUser user ) : void
user EmailUser
리턴 void

AddRecipient() 공개 메소드

public AddRecipient ( EmailUser user ) : void
user EmailUser
리턴 void

ClearAllRecipients() 공개 메소드

public ClearAllRecipients ( ) : void
리턴 void

ClearAttachments() 공개 메소드

public ClearAttachments ( ) : void
리턴 void

ClearBCCList() 공개 메소드

public ClearBCCList ( ) : void
리턴 void

ClearCCList() 공개 메소드

public ClearCCList ( ) : void
리턴 void

ClearRecipients() 공개 메소드

public ClearRecipients ( ) : void
리턴 void

MailMessage() 보호된 메소드

protected MailMessage ( ) : System
리턴 System

MailMessage() 보호된 메소드

protected MailMessage ( bool isHtml ) : System
isHtml bool
리턴 System

OnSending() 보호된 메소드

protected OnSending ( MailMessageSendingEventArgs e ) : void
e MailMessageSendingEventArgs
리턴 void

OnSent() 보호된 메소드

protected OnSent ( MailMessageSentEventArgs e ) : void
e MailMessageSentEventArgs
리턴 void

Send() 공개 메소드

public Send ( SmtpServerInfo serverInfo ) : void
serverInfo SmtpServerInfo
리턴 void