Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.SSLMode

TElPOP3Client     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);

Values

Description

    When explicit mode is used, the client connects to the POP3 server without any encryption and then requests SSL session. When implicit mode is used, the client connects to the specified port and SSL session is established at once. The whole POP3 communication is encrypted.

See also:     EstablishSSLSession     UseSSL    

Discuss this help topic in SecureBlackbox Forum