DeliverMailItemEventSource.AckRecipientDefer method
When overridden in a derived class, the AckRecipientDefer(EnvelopeRecipient, SmtpResponse) method indicates that a transient error has been encountered during the delivery to a specific recipient of a mail item.
Namespace: Microsoft.Exchange.Data.Transport.Delivery
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub AckRecipientDefer ( _
recipient As EnvelopeRecipient, _
smtpResponse As SmtpResponse _
)
'Usage
Dim instance As DeliverMailItemEventSource
Dim recipient As EnvelopeRecipient
Dim smtpResponse As SmtpResponse
instance.AckRecipientDefer(recipient, _
smtpResponse)
public abstract void AckRecipientDefer(
EnvelopeRecipient recipient,
SmtpResponse smtpResponse
)
Parameters
recipient
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipientThe recipient of the message with the transient error.
smtpResponse
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponseThe SMTP response to send.
See also
Reference
DeliverMailItemEventSource class