Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtSASLMechanisms

TElSMTPClient     See also     


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


Contains the list of SASL mechanisms supported by the server

Declaration

[C#]
    String[] ExtSASLMechanisms;

[VB.NET]
    Property ExtSASLMechanisms As String[]

[Pascal]
    property ExtSASLMechanisms : StringArray;
    StringArray = array of string;

[C++]
    void get_ExtSASLMechanisms(TStringList &OutResult);

[PHP]
    TStringList get_ExtSASLMechanisms()

[Java]
    String[] getExtSASLMechanisms();

Description

    Contains the list of SASL mechanism identifiers, supported by the server.

See also:     ExtensionSASLLoginSupported     SASLMechanism     SASLMechanismPriorities    

Discuss this help topic in SecureBlackbox Forum