Share via


SmtpSection.Network 属性

定义

获取控制简单邮件传输协议 (SMTP) 使用的网络设置的配置元素。 文件 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 对象。

控制 SMTP 使用的网络设置的配置元素。

属性

适用于

另请参阅