Share via


ReceiveMessageEventSource Members

The ReceiveMessageEventSource class is the base class for classes passed to the Microsoft.Exchange.Data.Transport.Smtp receive events.

The following tables list the members exposed by the ReceiveMessageEventSource type.

Public Methods

(see also Protected Methods )

  Name Description
Aa580398.pubmethod(en-us,EXCHG.80).gif Disconnect  When overridden in a derived class, the Disconnect method closes the current connection and cleans up the associated session state.(inherited from ReceiveEventSource)
Aa580398.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580398.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580398.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580398.pubmethod(en-us,EXCHG.80).gif 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.
Aa580398.pubmethod(en-us,EXCHG.80).gifAa580398.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580398.pubmethod(en-us,EXCHG.80).gif 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.
Aa580398.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa580398.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa580398.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top