SmtpNetworkElement.Password 属性

定义

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

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

属性值

表示用于连接到 SMTP 邮件服务器的密码的字符串。

属性

注解

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

适用于

另请参阅