SmtpNetworkElement.UserName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置连接到 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 优先于设置 UserName 和 Password。 UserName仅当 设置为 false
时DefaultCredentials,才使用 和Password。