QueuedMessageEventSource.Defer Method
Include Protected Members
Include Inherited Members
Overload List
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. | |
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. |
Top