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 (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public 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 occurred.
|
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