Gets or sets a mail from address.

Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

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

Property Value

Type: String

Implements

IMailSender..::..MailFromAddress

See Also