Partager via


DeliverMailItemEventSource.DeferQueue Method

Include Protected Members
Include Inherited Members

When overridden in a derived class, the DeferQueue() method causes the remote delivery queue to enter the retry state.

Overload List

  Name Description
Public method 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.
Public method 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