SmtpSection.Network Propiedad

Definición

Obtiene el elemento de configuración que controla la configuración de red utilizada por el Protocolo simple de transporte de correo (SMTP). file.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.

Elemento de configuración que controla la configuración de red utilizada por SMTP.

Atributos

Se aplica a

Consulte también