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.ModuleGallery.SocialNetworking.InMail
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: String

See Also