Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.SSLMode

TElSMTPClient     See also     


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


Specifies mode of the SSL session.

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 SMTP-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 SMTP communication is encrypted.

See also:     EstablishSSLSession     UseSSL    

Discuss this help topic in SecureBlackbox Forum