Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.GetCapabilities

TElPOP3Client     See also     


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


Requests server capabilities

Declaration

[C#]
    void GetCapabilities();

[VB.NET]
    Sub GetCapabilities()

[Pascal]
    procedure GetCapabilities;

[C++]
    void GetCapabilities();

[PHP]
    void GetCapabilities()

[Java]
    void getCapabilities();

Description

    Use this method to request capabilities of the server by sending CAPA command. The component can request capabilities automatically after connecting or after login, or you can configure it to request capabilities only when you need it. The behaviour is defined by the value of AutoCAPA property. When the method is called by your application, capabilities are reported to the application via OnCapability event and you can parse them as needed.

See also:     AutoCAPA     OnCapability    

Discuss this help topic in SecureBlackbox Forum