QueuedMessageEventSource.Defer Method (TimeSpan, SmtpResponse)
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub Defer ( _
waitTime As TimeSpan, _
deferReason As SmtpResponse _
)
'Usage
Dim instance As QueuedMessageEventSource
Dim waitTime As TimeSpan
Dim deferReason As SmtpResponse
instance.Defer(waitTime, deferReason)
public abstract void Defer(
TimeSpan waitTime,
SmtpResponse deferReason
)
Parameters
- waitTime
Type: System.TimeSpan
The minimum time to wait before reprocessing the MailItem.
- deferReason
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
The reason for deferring the MailItem.