Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtAPOPSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports "APOP" command

Declaration

[C#]
    bool ExtAPOPSupported;

[VB.NET]
    Property ExtAPOPSupported As Boolean

[Pascal]
    property ExtAPOPSupported : boolean;

[C++]
    bool get_ExtAPOPSupported();

[PHP]
    bool get_ExtAPOPSupported()

[Java]
    boolean getExtAPOPSupported();

Description

    Shows whether the POP3 server supports "APOP" command. 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     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum