CategorizedMessageEventSource Members

Include Protected Members
Include Inherited Members

The CategorizedMessageEventSource class provides data for the OnCategorizedMessage event.

The CategorizedMessageEventSource type exposes the following members.

Methods

  Name Description
Public method Defer(TimeSpan) When overridden in a derived class, the Defer method reverts the contents of the current MailItem to the original contents and defers processing of the MailItem. (Inherited from QueuedMessageEventSource.)
Public method Defer(TimeSpan, SmtpResponse) When overridden in a derived class, the Defer(TimeSpan, SmtpResponse) method reverts the contents of the current MailItem to the original contents and defers processing of the MailItem. (Inherited from QueuedMessageEventSource.)
Public method Delete The Delete method deletes the current MailItem without sending a Delivery Status Notification (DSN). (Inherited from QueuedMessageEventSource.)
Public method Equals (Inherited from Object.)
Public method ExpandRecipients When overridden in a derived class, the ExpandRecipients method splits a MailItem into two branches, removing recipients from and adding recipients to one of the copies of the MailItem. (Inherited from QueuedMessageEventSource.)
Protected method Finalize (Inherited from Object.)
Public method Fork The Fork method splits a MailItem into two branches. (Inherited from QueuedMessageEventSource.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top