Defines actions which have been performed by the Reporting-MTA
as a result of its attempt to deliver the message to the recipient.
Namespace: MailBee.BounceMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
SyntaxPublic Enumeration DsnAction
Members
| Member name | Value | Description |
---|
| Failed | 0 |
The message could not be delivered to the recipient.
|
| Delayed | 1 |
The Reporting MTA has so far been unable to deliver or relay the message,
but it will continue attempting to do that.
|
| Delivered | 2 |
The message was successfully delivered to the recipient.
|
| Relayed | 3 |
The message has been relayed or gatewayed.
|
| Expanded | 4 |
The recipient list has been expanded.
|
| Unknown | 5 |
An unknown DSN action has occured.
|
Remarks
Reporting MTA is the one which is reporting the results
of delivery attempts described in this DSN. See
ReportingMtaType topic for details.
See Also