Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.Check

TElIMAPClient     See also     


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


Requests a checkpoint of the selected mailbox.

Declaration

[C#]
    void Check();

[VB.NET]
    Sub Check()

[Pascal]
    procedure Check;

[C++]
    void Check();

[PHP]
    void Check()

[Java]
    void check();

Description

    Use this method to send a CHECK command to the server. This command usage is explained in [RFC 3501].

See also:     Noop     MailBox    

Discuss this help topic in SecureBlackbox Forum