Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtUSERSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports "USER" command

Declaration

[C#]
    bool ExtUSERSupported;

[VB.NET]
    Property ExtUSERSupported As Boolean

[Pascal]
    property ExtUSERSupported : boolean;

[C++]
    bool get_ExtUSERSupported();

[PHP]
    bool get_ExtUSERSupported()

[Java]
    boolean getExtUSERSupported();

Description

    Shows whether the POP3 server supports "USER" and "PASS" commands (in other words, authUser authorization would work). 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:     Authorization     AutoCAPA     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum