SmtpSection.Network Propriedade

Definição

Obtém o elemento de configuração que controla as definições de rede usadas pelo Protocolo Simples de Transporte de Correio (SMTP). ficheiro.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 Propriedade

Um objeto SmtpNetworkElement.

O elemento de configuração que controla as definições de rede utilizadas pelo SMTP.

Atributos

Aplica-se a

Ver também