Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.IdleTimeout

TElIMAPClient     See also     


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


Specifies idle timeout in seconds.

Declaration

[C#]
    int IdleTimeout;

[VB.NET]
    Property IdleTimeout As Integer

[Pascal]
    property IdleTimeout : Integer;

[C++]
    int32_t get_IdleTimeout();
    void set_IdleTimeout(int32_t Value);

[PHP]
    integer get_IdleTimeout()
    void set_IdleTimeout(integer $Value)

[Java]
    int getIdleTimeout();
    void setIdleTimeout(int Value);

Description

    If IDLE command is running on a server, and a client has been inactive for some time, the server may log the client off. Set this property to a maximum period of time after which this client should resend the IDLE command. The default value is 1740 seconds (29 minutes).

See also:     Idle     IdleDone     IdleActive     IdleAuto     IdleSupported     OnIdle    

Discuss this help topic in SecureBlackbox Forum