DotNetOpenMail 0.5.7 (beta)

SmtpAuthToken.UserName Property

The User's login

[Visual Basic]
Public Property UserName As String _
    Implements ISmtpAuthToken.UserName
[C#]
public string UserName { get; set; }
[C++]
public: __property String* get_UserName();
public: __property void set_UserName(String* );
[JScript]
public function get UserName() : String
public function set UserName(String);

Implements

ISmtpAuthToken.UserName

See Also

SmtpAuthToken Class | DotNetOpenMail.SmtpAuth Namespace