ReceiveMessageEventSource Members
Include Protected Members
Include Inherited Members
The ReceiveMessageEventSource class is the base class for classes passed to the Microsoft.Exchange.Data.Transport.Smtp receive events.
The ReceiveMessageEventSource 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.) | |
Quarantine | When overridden in a derived class, the Quarantine method quarantines the received message for the recipients specified by the recipients parameter by using the reason specified by the quarantineReason parameter. | |
RejectMessage | When overridden in a derived class, the RejectMessage method rejects the complete message by sending a Simple Mail Transfer Protocol (SMTP) response specified by the response parameter. | |
ToString | (Inherited from Object.) | |
ValidateCertificate() | (Inherited from ReceiveEventSource.) | |
ValidateCertificate(String, String) | (Inherited from ReceiveEventSource.) |
Top