Ejemplo n.º 1
0
 public ProxyInboundMessageEventArgs(SmtpSession smtpSession, MailItem mailItem, bool clientIsPreE15InternalServer, bool localFrontendIsColocatedWithHub, string localServerFqdn) : base(smtpSession)
 {
     this.MailItem = mailItem;
     this.ClientIsPreE15InternalServer    = clientIsPreE15InternalServer;
     this.LocalFrontendIsColocatedWithHub = localFrontendIsColocatedWithHub;
     this.LocalServerFqdn = localServerFqdn;
 }
Ejemplo n.º 2
0
 internal ReceiveEventSource(SmtpSession smtpSession)
 {
     this.smtpSession = smtpSession;
 }
Ejemplo n.º 3
0
 internal DataCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 4
0
 internal ReceiveEventArgs(SmtpSession smtpSession)
 {
     this.Initialize(smtpSession);
 }
 internal EndOfHeadersEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 6
0
 internal EndOfDataEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 7
0
 public XSessionParamsCommandEventArgs(SmtpSession smtpSession, Guid destMdbGuid, XSessionType type) : base(smtpSession)
 {
     this.DestinationMdbGuid = destMdbGuid;
     this.SessionType        = type;
 }
Ejemplo n.º 8
0
 internal ConnectEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 9
0
 internal StartTlsCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 10
0
 internal MailCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 11
0
 public ProcessAuthenticationEventArgs(SmtpSession smtpSession, byte[] userName, SecureString password) : base(smtpSession)
 {
     this.UserName = userName;
     this.Password = password;
 }
Ejemplo n.º 12
0
 public Rcpt2CommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 13
0
 internal NoopCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 14
0
 internal void Initialize(SmtpSession session)
 {
     this.smtpSession = session;
 }
 internal ReceiveCommandEventSource(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 16
0
 internal HelpCommandEventArgs(SmtpSession smtpSession, string helpArg = null) : base(smtpSession)
 {
     this.HelpArgument = helpArg;
 }
Ejemplo n.º 17
0
 internal RcptCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
 internal EndOfAuthenticationEventSource(SmtpSession smtpSession) : base(smtpSession)
 {
 }
 internal EndOfAuthenticationEventArgs(SmtpSession smtpSession, string authenticationMechanism, string remoteIdentityName) : base(smtpSession)
 {
     this.AuthenticationMechanism = authenticationMechanism;
     this.RemoteIdentityName      = remoteIdentityName;
 }
Ejemplo n.º 20
0
 internal AuthCommandEventArgs(SmtpSession smtpSession, string authenticationMechanism) : base(smtpSession)
 {
     this.AuthenticationMechanism = authenticationMechanism;
 }
Ejemplo n.º 21
0
 internal ReceiveMessageEventSource(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 22
0
 protected ProxyInboundMessageEventSource(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 23
0
 internal HeloCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 24
0
 internal RejectEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 25
0
 internal RejectEventSource(SmtpSession smtpSession) : base(smtpSession)
 {
 }
Ejemplo n.º 26
0
 internal ReceiveCommandEventArgs(SmtpSession smtpSession) : base(smtpSession)
 {
 }