Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtTOPSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports "TOP" command

Declaration

[C#]
    bool ExtTOPSupported;

[VB.NET]
    Property ExtTOPSupported As Boolean

[Pascal]
    property ExtTOPSupported : boolean;

[C++]
    bool get_ExtTOPSupported();

[PHP]
    bool get_ExtTOPSupported()

[Java]
    boolean getExtTOPSupported();

Description

    Shows whether the POP3 server supports "TOP" 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