MailBee.NET Objects 7.1

DsnAction Enumeration

Defines actions which have been performed by the Reporting-MTA as a result of its attempt to deliver the message to the recipient.

public enum DsnAction

Remarks

Reporting MTA is the one which is reporting the results of delivery attempts described in this DSN. See ReportingMtaType topic for details.

Members

Member Name Description
Failed The message could not be delivered to the recipient.
Delayed The Reporting MTA has so far been unable to deliver or relay the message, but it will continue attempting to do that.
Delivered The message was successfully delivered to the recipient.
Relayed The message has been relayed or gatewayed.
Expanded The recipient list has been expanded.
Unknown An unknown DSN action has occured.

Requirements

Namespace: MailBee.BounceMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.BounceMail Namespace