For a "failed" or "delayed" recipient, contains the actual diagnostic code issued by the mail transport.

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

Syntax

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

See Also