C# Class Aqueduct.Mail.MailMessage

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
MailMessage ( ) : System
MailMessage ( bool isHtml ) : System
OnSending ( MailMessageSendingEventArgs e ) : void
OnSent ( MailMessageSentEventArgs e ) : void

Private Methods

Méthode Description
ConvertAttachment ( Attachment attachment ) : System.Net.Mail.Attachment
addToList ( ICollection list, EmailUser user ) : void
emailOK ( string email ) : bool
getUserList ( IEnumerable userList ) : string

Method Details

AddAttachment() public méthode

public AddAttachment ( Attachment attachment ) : void
attachment Attachment
Résultat void

AddBCC() public méthode

public AddBCC ( EmailUser user ) : void
user EmailUser
Résultat void

AddCC() public méthode

public AddCC ( EmailUser user ) : void
user EmailUser
Résultat void

AddRecipient() public méthode

public AddRecipient ( EmailUser user ) : void
user EmailUser
Résultat void

ClearAllRecipients() public méthode

public ClearAllRecipients ( ) : void
Résultat void

ClearAttachments() public méthode

public ClearAttachments ( ) : void
Résultat void

ClearBCCList() public méthode

public ClearBCCList ( ) : void
Résultat void

ClearCCList() public méthode

public ClearCCList ( ) : void
Résultat void

ClearRecipients() public méthode

public ClearRecipients ( ) : void
Résultat void

MailMessage() protected méthode

protected MailMessage ( ) : System
Résultat System

MailMessage() protected méthode

protected MailMessage ( bool isHtml ) : System
isHtml bool
Résultat System

OnSending() protected méthode

protected OnSending ( MailMessageSendingEventArgs e ) : void
e MailMessageSendingEventArgs
Résultat void

OnSent() protected méthode

protected OnSent ( MailMessageSentEventArgs e ) : void
e MailMessageSentEventArgs
Résultat void

Send() public méthode

public Send ( SmtpServerInfo serverInfo ) : void
serverInfo SmtpServerInfo
Résultat void