Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.AutoCAPA

TElPOP3Client     See also     


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


Specifies when capabilities are retrieved from the server.

Declaration

[C#]
    TSBPOP3AutoCAPAMode AutoCAPA;

[VB.NET]
    Property AutoCAPA As TSBPOP3AutoCAPAMode

[Pascal]
    property AutoCAPA : TSBPOP3AutoCAPAMode;

[C++]
    TSBPOP3AutoCAPAMode get_AutoCAPA();
    void set_AutoCAPA(TSBPOP3AutoCAPAMode Value);

[PHP]
    integer get_AutoCAPA()
    void set_AutoCAPA(integer $Value)

[Java]
    TSBPOP3AutoCAPAMode getAutoCAPA();
    void setAutoCAPA(TSBPOP3AutoCAPAMode Value);

Values:

Description

    Use this property to specify, when the CAPA[bilities] request should be sent. As per RFC 2449, CAPA command can produce different results depending on whether it is called before or after authentication. If this property is set to capaNone, you can retrieve capabilities by calling GetCapabilities method.

See also:     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum