SubmittedMessageEventSource members
The SubmittedMessageEventSource class provides data for the OnSubmittedMessage event.
The SubmittedMessageEventSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
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.) | |
Defer(TimeSpan, String) | (Inherited from QueuedMessageEventSource.) | |
Delete() | The Delete method deletes the current MailItem without sending a Delivery Status Notification (DSN). (Inherited from QueuedMessageEventSource.) | |
Delete(String) | (Inherited from QueuedMessageEventSource.) | |
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.) | |
Fork | The Fork method splits a MailItem into two branches. (Inherited from QueuedMessageEventSource.) |
Top