C# 클래스 InTheHand.ApplicationModel.Email.EmailRecipient

Represents an email recipient.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
EmailRecipient ( ) : System.Text

Initializes an instance of the EmailRecipient class.

EmailRecipient ( string address ) : System.Text

Initializes an instance of the EmailRecipient class.

EmailRecipient ( string address, string name ) : System.Text

Initializes an instance of the EmailRecipient class.

비공개 메소드들

메소드 설명
ToMailString ( ) : string

메소드 상세

EmailRecipient() 공개 메소드

Initializes an instance of the EmailRecipient class.
public EmailRecipient ( ) : System.Text
리턴 System.Text

EmailRecipient() 공개 메소드

Initializes an instance of the EmailRecipient class.
public EmailRecipient ( string address ) : System.Text
address string The address of the recipient.
리턴 System.Text

EmailRecipient() 공개 메소드

Initializes an instance of the EmailRecipient class.
public EmailRecipient ( string address, string name ) : System.Text
address string The address of the recipient.
name string The name of the recipient.
리턴 System.Text