C# Class SympleLib.Email.Emailer

Inheritance: System.Net.Mail.MailMessage
Afficher le fichier Open project: sympletech/SympleLib

Méthodes publiques

Méthode Description
Emailer ( ) : System.Linq

Create a new E-Mail Message

Emailer ( string to, string fromName, string fromEmail ) : System.Linq

Create a new E-Mail Message and Assign The To And From Values

GenerateBody ( ) : void

Generate The E-Mail Body using the Appropriate Template

GenerateSignature ( string name ) : void

Generate The Signature of the e-mail message

GenerateSignature ( string name, string position, string email ) : void

Generate The Signature of the e-mail message

SendMessage ( ) : void

Send The Message On It's Way

Method Details

Emailer() public méthode

Create a new E-Mail Message
public Emailer ( ) : System.Linq
Résultat System.Linq

Emailer() public méthode

Create a new E-Mail Message and Assign The To And From Values
public Emailer ( string to, string fromName, string fromEmail ) : System.Linq
to string
fromName string
fromEmail string
Résultat System.Linq

GenerateBody() public méthode

Generate The E-Mail Body using the Appropriate Template
public GenerateBody ( ) : void
Résultat void

GenerateSignature() public méthode

Generate The Signature of the e-mail message
public GenerateSignature ( string name ) : void
name string
Résultat void

GenerateSignature() public méthode

Generate The Signature of the e-mail message
public GenerateSignature ( string name, string position, string email ) : void
name string
position string
email string
Résultat void

SendMessage() public méthode

Send The Message On It's Way
public SendMessage ( ) : void
Résultat void