SmtpSection.Network 属性

定义

获取控制简单邮件传输协议 (SMTP) 使用的网络设置的配置元素。Gets the configuration element that controls the network settings used by the Simple Mail Transport Protocol (SMTP). 文件 SmtpNetworkElementfile.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

属性值

SmtpNetworkElement

SmtpNetworkElement 对象。A SmtpNetworkElement object.

控制 SMTP 使用的网络设置的配置元素。The configuration element that controls the network settings used by SMTP.

属性

适用于

另请参阅