DeliverMailItemEventSource members
The DeliverMailItemEventSource class provides data for mail delivery events.
The DeliverMailItemEventSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeliverMailItemEventSource | The DeliverMailItemEventSource() constructor initializes a new instance of the DeliverMailItemEventSource class. |
Top
Methods
Name | Description | |
---|---|---|
AckMailItemDefer | When overridden in a derived class, the AckMailItemDefer(SmtpResponse) method indicates that a transient error has been encountered during the delivery. | |
AckMailItemFail | When overridden in a derived class, the AckMailItemFail(SmtpResponse) method indicates that a permanent failure has occurred during delivery. | |
AckMailItemSuccess | When overridden in a derived class, the AckMailItemSuccess(SmtpResponse) method acknowledges successful delivery to all recipients of a mail item. | |
AckRecipientDefer | 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. | |
AckRecipientFail | When overridden in a derived class, the AckRecipientFail(EnvelopeRecipient, SmtpResponse) method indicates that delivery of a mail item to a specific recipient has failed. | |
AckRecipientSuccess | When overridden in a derived class, the AckRecipientSuccess(EnvelopeRecipient, SmtpResponse) method indicates that delivery of a mail item to a specific recipient has succeeded. | |
DeferQueue(SmtpResponse) | When overridden in a derived class, the DeferQueue(SmtpResponse) method causes the remote delivery queue to enter the retry state with the specified SMTP response as the last error. | |
DeferQueue(SmtpResponse, TimeSpan) | When overridden in a derived class, the DeferQueue(SmtpResponse, TimeSpan) method causes the remote delivery queue to enter the retry state with the specified SMTP response as the last error and the specified retry interval. | |
FailQueue | When overridden in a derived class, the FailQueue(SmtpResponse) method causes all messages in the remote delivery queue to fail with the specified response. | |
UnregisterConnection | The UnregisterConnection(SmtpResponse) method ends a network connection and restarts delivery processing. |
Top