Gets or sets the name or IP address of the host used for SMTP transactions

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property SMTPHost As String
C#
public string SMTPHost { get; set; }
Visual C++
public:
property String^ SMTPHost {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_smtpHost();
function set_smtpHost(value);

See Also