Contains a transport-independent status code which indicates the delivery status of the message to that recipient.

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

Syntax

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

See Also