Gets/Sets the port of the Proxy server.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public int ProxyPort { get; set; }
Visual Basic
Public Property ProxyPort As Integer
	Get
	Set
Visual C++
public:
property int ProxyPort {
	int get ();
	void set (int value);
}

See Also