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は、 と PasswordよりもUserName優先されます。 UserNamePassword は、 が にfalse設定されている場合DefaultCredentialsにのみ使用されます。

適用対象

こちらもご覧ください