Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionSASLLoginSupported

TElSMTPClient     See also     


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


Shows whether the SMTP server supports SASL authentication

Declaration

[C#]
    bool ExtensionSASLLoginSupported;

[VB.NET]
    Property ExtensionSASLLoginSupported As Boolean

[Pascal]
    property ExtensionSASLLoginSupported : boolean;

[C++]
    bool get_ExtensionSASLLoginSupported();

[PHP]
    bool get_ExtensionSASLLoginSupported()

[Java]
    boolean getExtensionSASLLoginSupported();

Description

    Shows whether the SMTP server supports SASL authentication.

See also:     ExtSASLMechanisms     SASLMechanism     SASLMechanismPriorities    

Discuss this help topic in SecureBlackbox Forum