Indicates the action performed as a result of attempt to deliver the message.

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public DSNAction Action { get; internal set; }
Visual Basic
Public Property Action As DSNAction
	Get
	Friend Set
Visual C++
public:
property DSNAction^ Action {
	DSNAction^ get ();
	internal: void set (DSNAction^ value);
}

See Also