Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Close

TElPOP3Client     See also     


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


This method closes connection to the POP3 server.

Declaration

[C#]
    void Close(bool Silent);

[VB.NET]
    Sub Close(ByVal Silent As Boolean)

[Pascal]
    procedure Close(Silent : boolean = false);

[C++]
    void Close(bool Silent);

[PHP]
    void Close(bool $Silent)

[Java]
    void close(boolean Silent);

Parameters

  • Silent - specifies whether TElPOP3Client should send close notification to the server

Description

    Call this method to close connection to the POP3 server. After calling this method no more data should be sent or received from server. Graceful closing of connection causes the server to delete all messages marked for deletion.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum