Gets or sets the domain or computer name that verifies the credentials

(it will only be used if it is initialized)

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

Syntax

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

See Also