C# 클래스 SympleLib.Email.Emailer

상속: System.Net.Mail.MailMessage
파일 보기 프로젝트 열기: sympletech/SympleLib

공개 메소드들

메소드 설명
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

메소드 상세

Emailer() 공개 메소드

Create a new E-Mail Message
public Emailer ( ) : System.Linq
리턴 System.Linq

Emailer() 공개 메소드

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
리턴 System.Linq

GenerateBody() 공개 메소드

Generate The E-Mail Body using the Appropriate Template
public GenerateBody ( ) : void
리턴 void

GenerateSignature() 공개 메소드

Generate The Signature of the e-mail message
public GenerateSignature ( string name ) : void
name string
리턴 void

GenerateSignature() 공개 메소드

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

SendMessage() 공개 메소드

Send The Message On It's Way
public SendMessage ( ) : void
리턴 void