Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtSASLSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports SASL authentication

Declaration

[C#]
    bool ExtSASLSupported;

[VB.NET]
    Property ExtSASLSupported As Boolean

[Pascal]
    property ExtSASLSupported : boolean;

[C++]
    bool get_ExtSASLSupported();

[PHP]
    bool get_ExtSASLSupported()

[Java]
    boolean getExtSASLSupported();

Description

    Shows whether the POP3 server supports SASL authentication 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     ExtSASLMechanisms     SASLMechanism     SASLMechanismPriorities     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum