Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.AutoCAPA

TElIMAPClient     See also     


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


Specifies when the client should send the CAPABILITY command.

Declaration

[C#]
    TSBIMAPAutoCAPAMode AutoCAPA;

[VB.NET]
    Property AutoCAPA As TSBIMAPAutoCAPAMode

[Pascal]
    property AutoCAPA : TSBIMAPAutoCAPAMode;

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

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

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

Return value

    Returns

TSBIMAPAutoCAPAMode values

Description

    This property defines when the client shall send the CAPABILITY command to the server. The default value is capaBoth.

See also:     Capabilities     ObtainCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum