Share via


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

See also

Reference

DeliverMailItemEventSource class

DeliverMailItemEventSource members

Microsoft.Exchange.Data.Transport.Delivery namespace