Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.Noop

TElIMAPClient     


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


Sends the NOOP command to prevent the server from disconnecting on timeout.

Declaration

[C#]
    void Noop();

[VB.NET]
    Sub Noop()

[Pascal]
    procedure Noop;

[C++]
    void Noop();

[PHP]
    void Noop()

[Java]
    void noop();

Description

    Use this method to send the NOOP command to prevent the server from disconnecting on timeout.

Discuss this help topic in SecureBlackbox Forum