Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Password

TElSMTPClient     See also     


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


Specifies the user's password on SMTP server

Declaration

[C#]
    string Password;

[VB.NET]
    Property Password As String

[Pascal]
    property Password : string;

[C++]
    void get_Password(std::string &OutResult);
    void set_Password(const std::string &Value);

[PHP]
    string get_Password()
    void set_Password(string $Value)

[Java]
    String getPassword();
    void setPassword(String Value);

Description

    Set this property before calling the Login method. It should contain valid user's password.

See also:     Username     Login    

Discuss this help topic in SecureBlackbox Forum