 | RecipientDeliveryStatusNotificationAction Property |
Indicates the action performed by the
ReportingMTA as a result of its attempt to deliver the message.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic DSNAction Action { get; set; }Public Property Action As DSNAction
Get
Set
public:
property DSNAction^ Action {
DSNAction^ get ();
void set (DSNAction^ value);
}member Action : DSNAction with get, set
Property Value
DSNAction
See Also