SmtpSection.Network Propiedad

Definición

Obtiene el elemento de configuración que controla la configuración de red usada por el Protocolo simple de transferencia de correo (SMTP). archivo. SmtpNetworkElement.

public:
 property System::Net::Configuration::SmtpNetworkElement ^ Network { System::Net::Configuration::SmtpNetworkElement ^ get(); };
[System.Configuration.ConfigurationProperty("network")]
public System.Net.Configuration.SmtpNetworkElement Network { get; }
[<System.Configuration.ConfigurationProperty("network")>]
member this.Network : System.Net.Configuration.SmtpNetworkElement
Public ReadOnly Property Network As SmtpNetworkElement

Valor de propiedad

Un objeto SmtpNetworkElement.

El elemento de configuración que controla los valores de red que usa SMTP.

Atributos

Se aplica a

Consulte también