Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Username

TElSMTPClient     See also     


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


This property specifies the client's user name

Declaration

[C#]
    string Username;

[VB.NET]
    Property Username As String

[Pascal]
    property Username : string;

[C++]
    void get_Username(std::string &OutResult);
    void set_Username(const std::string &Value);

[PHP]
    string get_Username()
    void set_Username(string $Value)

[Java]
    String getUsername();
    void setUsername(String Value);

Description

    Set this property before calling the Login method. It should contain the valid user name, which is used to log in to SMTP server. Set the property to empty value to skip authentication step.

See also:     Password     Login    

Discuss this help topic in SecureBlackbox Forum