SMTP host; if empty, uses setting from web.config.

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

Syntax

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

Property Value

Type: String

Implements

IMailSender..::..Host

See Also