im_UseSSL
Connect to IMAP Server by using an SSL encrypted channel
Member of namespace
ImailSyntax
bool im_UseSSL(bool bUseSSL)
Parameters
- bUseSSL
- Type: bool
- A boolean value that enables or disables SSL communication.
Parameters
True: Use SSL to encrypt communication with the mail server.False: Communicate with the email server without encryption, which is the default method if im_UseSSL is not called.