Mail address used to send confirmation mails.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string MailFromAddress { get; }
Visual Basic
Public Shared ReadOnly Property MailFromAddress As String
	Get
Visual C++
public:
static property String^ MailFromAddress {
	String^ get ();
}
F#
static member MailFromAddress : string with get

Property Value

Type: String
The mail from address.

See Also