DsnRecipientAction Property
Gets the DSN action type for the e-mail address.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DsnAction Action { get; }

Property Value

Type: DsnAction
The action performed by the Reporting-MTA taken from "Action" DSN field as a result of its attempt to deliver the message to this recipient address.
Remarks

This field MUST be present for each recipient named in the DSN.

In this example, DSN field is:
Action: failed
The return value will be defined from the text marked bold.

See Also