Gets or sets the port used for SMTP transactions

(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 SMTPPort As Integer
C#
public int SMTPPort { get; set; }
Visual C++
public:
property int SMTPPort {
	int get ();
	void set (int value);
}
JavaScript
function get_smtpPort();
function set_smtpPort(value);

See Also