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#
public string MailServerAddress { get; set; }
Visual Basic
Public Property MailServerAddress As String
	Get
	Set
Visual C++
public:
virtual property String^ MailServerAddress {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract MailServerAddress : string with get, set
override MailServerAddress : string with get, set

Property Value

Type: String

Implements

IMessageRepository..::..MailServerAddress

See Also