ReceiveCommandEventSource Members
Include Protected Members
Include Inherited 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.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RejectCommand | 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. | |
ToString | (Inherited from Object.) | |
ValidateCertificate() | (Inherited from ReceiveEventSource.) | |
ValidateCertificate(String, String) | (Inherited from ReceiveEventSource.) |
Top