Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.SSLMode

TElIMAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies how the SSL session is established.

Declaration

[C#]
    TSBSSLMode SSLMode;

[VB.NET]
    Property SSLMode As TSBSSLMode

[Pascal]
    property SSLMode : TSBSSLMode;

[C++]
    TSBSSLMode get_SSLMode();
    void set_SSLMode(TSBSSLMode Value);

[PHP]
    integer get_SSLMode()
    void set_SSLMode(integer $Value)

[Java]
    TSBSSLMode getSSLMode();
    void setSSLMode(TSBSSLMode Value);

TSBSSLMode values

Description

    When the explicit mode is used, the client connects to the IMAP server without any encryption and then requests SSL session. When the implicit mode is used, the client connects to the specified port and SSL session is established at once. The default value is smExplicit.

See also:     UseSSL    

Discuss this help topic in SecureBlackbox Forum