C# 클래스 org.GraphDefined.Vanaheimr.Hermod.Mail.EMail

A e-mail.
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bcc EMailAddressList
Body EMailBodypart
Cc EMailAddressList
Date System.DateTime
From EMailAddress
MessageId MessageId
ReplyTo EMailAddressList
Subject String
To EMailAddressList

공개 메소드들

메소드 설명
EMail ( AbstractEMailBuilder MailBuilder ) : System

Create a new e-mail based on the given e-mail builder.

GetEMailHeader ( String Key ) : String

Get the e-mail header value for the given key.

Parse ( IEnumerable MailText ) : EMail

Parse an e-mail from the given enumeration of strings.

비공개 메소드들

메소드 설명
EMail ( String>.IEnumerable MailHeader ) : System
EMail ( IEnumerable MailText ) : System

Parse an e-mail from the given enumeration of strings.

메소드 상세

EMail() 공개 메소드

Create a new e-mail based on the given e-mail builder.
public EMail ( AbstractEMailBuilder MailBuilder ) : System
MailBuilder AbstractEMailBuilder An e-mail builder.
리턴 System

GetEMailHeader() 공개 메소드

Get the e-mail header value for the given key.
public GetEMailHeader ( String Key ) : String
Key String An e-mail header key.
리턴 String

Parse() 공개 정적인 메소드

Parse an e-mail from the given enumeration of strings.
public static Parse ( IEnumerable MailText ) : EMail
MailText IEnumerable An enumeration of strings.
리턴 EMail

프로퍼티 상세

Bcc 공개적으로 프로퍼티

Hidden receivers of the e-mail.
public EMailAddressList Bcc
리턴 EMailAddressList

Body 공개적으로 프로퍼티

The e-mail body.
public EMailBodypart,org.GraphDefined.Vanaheimr.Hermod.Mail Body
리턴 EMailBodypart

Cc 공개적으로 프로퍼티

Additional receivers of the e-mail.
public EMailAddressList Cc
리턴 EMailAddressList

Date 공개적으로 프로퍼티

The sending timestamp of the e-mail.
public DateTime,System Date
리턴 System.DateTime

From 공개적으로 프로퍼티

The sender of the e-mail.
public EMailAddress,org.GraphDefined.Vanaheimr.Hermod.Mail From
리턴 EMailAddress

MessageId 공개적으로 프로퍼티

The unique message identification of the e-mail.
public MessageId MessageId
리턴 MessageId

ReplyTo 공개적으로 프로퍼티

The receivers of any reply on this e-mail.
public EMailAddressList ReplyTo
리턴 EMailAddressList

Subject 공개적으로 프로퍼티

The subject of the e-mail.
public String Subject
리턴 String

To 공개적으로 프로퍼티

The receivers of the e-mail.
public EMailAddressList To
리턴 EMailAddressList