Condividi tramite


SmtpNetworkElement.UserName Proprietà

Definizione

Ottiene o imposta il nome utente per connettersi a un server di posta 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

Valore della proprietà

Stringa che rappresenta il nome utente per connettersi a un server di posta SMTP.

Attributi

Commenti

L'impostazione DefaultCredentials ha la precedenza sull'impostazione UserName e Passwordsu . UserName e Password vengono usati solo se DefaultCredentials è impostato su false.

Si applica a

Vedi anche