SmtpNetworkElement.Host Propiedad

Definición

Obtiene o establece el nombre del servidor SMTP.

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

Valor de propiedad

String

Una cadena que representa el nombre del servidor SMTP con el que se va a establecer la conexión.

Atributos

Se aplica a