QueuedMessageEventSource Members
Include Protected Members
Include Inherited Members
The QueuedMessageEventSource class is passed to the OnSubmittedMessage and OnRoutedMessage events.
The QueuedMessageEventSource type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | Delete | The Delete method deletes the current MailItem without sending a Delivery Status Notification (DSN). | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | 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. | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | Fork | The Fork method splits a MailItem into two branches. | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top