DeliverMailItemEventSource.DeferQueue method
When overridden in a derived class, the DeferQueue() method causes the remote delivery queue to enter the retry state.
Overload list
Name | Description | |
---|---|---|
DeferQueue(SmtpResponse) | When overridden in a derived class, the DeferQueue(SmtpResponse) method causes the remote delivery queue to enter the retry state with the specified SMTP response as the last error. | |
DeferQueue(SmtpResponse, TimeSpan) | When overridden in a derived class, the DeferQueue(SmtpResponse, TimeSpan) method causes the remote delivery queue to enter the retry state with the specified SMTP response as the last error and the specified retry interval. |
Top
See also
Reference
DeliverMailItemEventSource class