Gets or sets the secure protocol that the secure connection should use.
Namespace: Jscape.EmailAssembly: 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); } |