Gets or sets the user name associated with the credentials

(it will only be used if SMTPPassword is provided and if SpecifiedCredentials is not initialized)

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

Syntax

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

See Also