ResolvedMessageEventSource members

The ResolvedMessageEventSource class provides data for the OnResolvedMessage event.

The ResolvedMessageEventSource 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, reverts the contents of the current MailItem type to the original contents and defers processing of the MailItem object. (Inherited from QueuedMessageEventSource.)
Public method Defer(TimeSpan, String) (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 Delete(String) (Inherited from QueuedMessageEventSource.)
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.)
Public method Fork The Fork method splits a MailItem into two branches. (Inherited from QueuedMessageEventSource.)
Public method GetRoutingOverride The GetRoutingOverride(EnvelopeRecipient) method gets the routing parameters for a specified recipient.
Public method GetTlsDomain
Public method SetRoutingOverride The SetRoutingOverride(EnvelopeRecipient, RoutingOverride) method sets the routing parameters for a recipient to the specified RoutingOverride.
Public method SetTlsDomain

Top

See also

Reference

ResolvedMessageEventSource class

Microsoft.Exchange.Data.Transport.Routing namespace