Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.Login

TElPOP3Client     See also     


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


Performs authorization on the POP3 server.

Declaration

[C#]
    void Login();

[VB.NET]
    Sub Login()

[Pascal]
    procedure Login();

[C++]
    void Login();

[PHP]
    void Login()

[Java]
    void login();

Description

    After the connection to the POP3 server is opened by the Open method, Login performs user's authentication on the server using one of mechamisms, defined by Authorization property.

See also:     Username     Password     Authorization    

Discuss this help topic in SecureBlackbox Forum