Gets/Sets the type of Proxy server.

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

Syntax

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

See Also