Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.SSLActive

TElSMTPClient     See also     


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


Shows whether SSL session is active or not.

Declaration

[C#]
    bool SSLActive;

[VB.NET]
    Property SSLActive As Boolean

[Pascal]
    property SSLActive : boolean;

[C++]
    bool get_SSLActive();

[PHP]
    bool get_SSLActive()

[Java]
    boolean getSSLActive();

Description

    This read-only property is true when the SSL session is active.

See also:     UseSSL    

Discuss this help topic in SecureBlackbox Forum