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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_Mail EMail

공개 메소드들

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

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

EMailEnvelop ( EMail EMail ) : System

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

EMailEnvelop ( EMailAddressList MailFrom, EMailAddressList RcptTo, AbstractEMailBuilder MailBuilder, IPSocket RemoteSocket = null ) : System

Create a new e-mail envelop based on the given sender and receiver addresses and the e-mail builder data.

EMailEnvelop ( EMailAddressList MailFrom, EMailAddressList RcptTo, EMail EMail, IPSocket RemoteSocket = null ) : System

Create a new e-mail envelop based on the given sender and receiver addresses and the e-mail builder data.

메소드 상세

EMailEnvelop() 공개 메소드

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

EMailEnvelop() 공개 메소드

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

EMailEnvelop() 공개 메소드

Create a new e-mail envelop based on the given sender and receiver addresses and the e-mail builder data.
public EMailEnvelop ( EMailAddressList MailFrom, EMailAddressList RcptTo, AbstractEMailBuilder MailBuilder, IPSocket RemoteSocket = null ) : System
MailFrom EMailAddressList The sender(s) of the e-mail.
RcptTo EMailAddressList The receiver(s) of the e-mail.
MailBuilder AbstractEMailBuilder An e-mail builder.
RemoteSocket IPSocket The remote socket of the incoming SMTP connection.
리턴 System

EMailEnvelop() 공개 메소드

Create a new e-mail envelop based on the given sender and receiver addresses and the e-mail builder data.
public EMailEnvelop ( EMailAddressList MailFrom, EMailAddressList RcptTo, EMail EMail, IPSocket RemoteSocket = null ) : System
MailFrom EMailAddressList The sender(s) of the e-mail.
RcptTo EMailAddressList The receiver(s) of the e-mail.
EMail EMail An e-mail.
RemoteSocket IPSocket The remote socket of the incoming SMTP connection.
리턴 System

프로퍼티 상세

_Mail 보호되어 있는 프로퍼티

protected EMail,org.GraphDefined.Vanaheimr.Hermod.Mail _Mail
리턴 EMail