Gets or sets property that is used in message sending methods instead of the "From" address of the user. Used to avoid SPF issues on mail servers that will not accept from addresses from arbitrary users. Instead of that, a fixed valid From message is used that is always accepted by SMTP.

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

Syntax

C#
string MailServerAddress { get; set; }
Visual Basic
Property MailServerAddress As String
	Get
	Set
Visual C++
property String^ MailServerAddress {
	String^ get ();
	void set (String^ value);
}
F#
abstract MailServerAddress : string with get, set

Property Value

Type: String

See Also