Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Close

TElSMTPClient     See also     


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


This method closes connection to the SMTP 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 TElSMTPClient should send close notification to the server

Description

    Call this method to close connection to the SMTP server. After calling no more data should be sent or received from server.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum