Gets or sets the secure protocol that the secure connection should use.

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

Syntax

C#
public ImapSsl..::..ConnectionType CurrentConnectionType { get; set; }
Visual Basic
Public Property CurrentConnectionType As ImapSsl..::..ConnectionType
	Get
	Set
Visual C++
public:
property ImapSsl..::..ConnectionType CurrentConnectionType {
	ImapSsl..::..ConnectionType get ();
	void set (ImapSsl..::..ConnectionType value);
}

See Also