Returns the TLS/SSL socket of secured control connection.
public ISocket SecureSocket { get; }
Public ReadOnly Property SecureSocket As ISocket
public:
property ISocket SecureSocket {
ISocket get();
}
Return Value
The TLS/SSL socket of secured control connection, or null if the connection is not secured.
Remarks
This property is intended for advanced users only.
Imap class does not expect the socket to be altered in any way.