Indicates the original recipient address as specified by the sender of the message for which the delivery failure report was issued.

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

Syntax

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

See Also