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 SmtpSsl..::..ConnectionType CurrentConnectionType { get; set; }
Visual Basic
Public Property CurrentConnectionType As SmtpSsl..::..ConnectionType
	Get
	Set
Visual C++
public:
property SmtpSsl..::..ConnectionType CurrentConnectionType {
	SmtpSsl..::..ConnectionType get ();
	void set (SmtpSsl..::..ConnectionType value);
}

See Also