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