Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Ping

TElPOP3Client     


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


Sends NOOP command to the POP3 server.

Declaration

[C#]
    void Ping();

[VB.NET]
    Sub Ping()

[Pascal]
    procedure Ping();

[C++]
    void Ping();

[PHP]
    void Ping()

[Java]
    void ping();

Description

    This method sends NOOP command to the server. This command tells the server, that the client is still online, and also lets the client know if the connection is still alive. Ping is a friendly alias for Noop method.

Discuss this help topic in SecureBlackbox Forum