Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.IdleAuto

TElIMAPClient     See also     


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


Specifies whether idle mode should be requested automatically.

Declaration

[C#]
    bool IdleAuto;

[VB.NET]
    Property IdleAuto As Boolean

[Pascal]
    property IdleAuto : Boolean;

[C++]
    bool get_IdleAuto();
    void set_IdleAuto(bool Value);

[PHP]
    bool get_IdleAuto()
    void set_IdleAuto(bool $Value)

[Java]
    boolean getIdleAuto();
    void setIdleAuto(boolean Value);

Description

    Set this property to true to force this client to automatically send IDLE request to the server.

See also:     Idle     IdleDone     IdleActive     IdleSupported     IdleTimeout     OnIdle    

Discuss this help topic in SecureBlackbox Forum