OpenConnectionEventSource.DeferQueue method (SmtpResponse)
When overridden in a derived class, the DeferQueue(SmtpResponse) method causes the remote delivery queue to enter the retry state with the specified last error.
Namespace: Microsoft.Exchange.Data.Transport.Delivery
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub DeferQueue ( _
smtpResponse As SmtpResponse _
)
'Usage
Dim instance As OpenConnectionEventSource
Dim smtpResponse As SmtpResponse
instance.DeferQueue(smtpResponse)
public abstract void DeferQueue(
SmtpResponse smtpResponse
)
Parameters
smtpResponse
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponseThe last error to report for the delivery queue.
See also
Reference
OpenConnectionEventSource class