Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.Login

TElIMAPClient     See also     


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


Logs in to the server.

Declaration

[C#]
    void Login();

[VB.NET]
    Sub Login()

[Pascal]
    procedure Login;

[C++]
    void Login();

[PHP]
    void Login()

[Java]
    void login();

Description

    Call this method after you have set the Username and Password. Login might be expicitly forbidden by some servers though. You can check this condition via LoginDisabled property.

See also:     Username     Password     LoginDisabled    

Discuss this help topic in SecureBlackbox Forum