Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Open

TElSMTPClient     See also     


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


Establishes connection with the SMTP server.

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    Use this method to establish connection with the SMTP server. After the connection is opened, call Login method.

See also:     Login     Close    

Discuss this help topic in SecureBlackbox Forum