SmtpNetworkElement.UserName 属性

定义

获取或设置连接到 SMTP 邮件服务器的用户名。

public:
 property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("userName")]
public string UserName { get; set; }
[<System.Configuration.ConfigurationProperty("userName")>]
member this.UserName : string with get, set
Public Property UserName As String

属性值

表示连接到 SMTP 邮件服务器的用户名的字符串。

属性

注解

设置 DefaultCredentials 优先于设置 UserNamePasswordUserName仅当 设置为 falseDefaultCredentials,才使用 和Password

适用于

另请参阅