QueuedMessageEventSource members

The QueuedMessageEventSource class is passed to the OnSubmittedMessage and OnRoutedMessage events.

The QueuedMessageEventSource 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.
Public method Defer(TimeSpan, SmtpResponse) When overridden in a derived class, reverts the contents of the current MailItem type to the original contents and defers processing of the MailItem object.
Public method Defer(TimeSpan, String)
Public method Delete() The Delete method deletes the current MailItem without sending a Delivery Status Notification (DSN).
Public method Delete(String)
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.
Public method Fork The Fork method splits a MailItem into two branches.

Top

See also

Reference

QueuedMessageEventSource class

Microsoft.Exchange.Data.Transport.Routing namespace