ReceiveCommandEventSource members
The ReceiveCommandEventSource class is the base class for all Microsoft.Exchange.Data.Transport.Smtp event source classes.
The ReceiveCommandEventSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
Disconnect | When overridden in a derived class, the Disconnect method closes the current connection and cleans up the associated session state. (Inherited from ReceiveEventSource.) | |
RejectCommand(SmtpResponse) | When overridden in a derived class, the RejectCommand method rejects the Simple Mail Transfer Protocol (SMTP) command by using the response specified by the response parameter. | |
RejectCommand(SmtpResponse, String) | When overridden in a derived class, the RejectCommand method rejects the Simple Mail Transfer Protocol (SMTP) command by using the response specified by the response parameter. | |
ValidateCertificate() | Gets the CertificateValidationStatus type for the current SMTP session. (Inherited from ReceiveEventSource.) | |
ValidateCertificate(String, String) | Matches a given domain to subject names of the remote certificate and, if a match is found, validates the certificate. (Inherited from ReceiveEventSource.) |
Top