Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.IdleSupported

TElIMAPClient     See also     


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


Returns true if IDLE is supported by the server.

Declaration

[C#]
    bool IdleSupported;

[VB.NET]
    Property IdleSupported As Boolean

[Pascal]
    property IdleSupported : Boolean;

[C++]
    bool get_IdleSupported();

[PHP]
    bool get_IdleSupported()

[Java]
    boolean getIdleSupported();

Description

    Use this property to check whether idle mode is supported by the server.

See also:     Idle     IdleDone     IdleActive     IdleAuto     IdleTimeout     OnIdle    

Discuss this help topic in SecureBlackbox Forum