| DsnRecipientAction Property | 
            Gets the DSN action type for the e-mail address.
            
 
Namespace: MailBee.BounceMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic DsnAction Action { get; }Public ReadOnly Property Action As DsnAction
	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
RemarksThis 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
See Also