Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtSASLMechanisms

TElPOP3Client     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. The value of the property is valid only after CAPA command has been sent either automatically or from code (see AutoCAPA property description).

See also:     AutoCAPA     SASLMechanism     SASLMechanismPriorities     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum