SmtpSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 System.Net SMTP 节。
public ref class SmtpSection sealed : System::Configuration::ConfigurationSection
public sealed class SmtpSection : System.Configuration.ConfigurationSection
type SmtpSection = class
inherit ConfigurationSection
Public NotInheritable Class SmtpSection
Inherits ConfigurationSection
- 继承
注解
此类提供对可在命名空间中支持 SMTP 的类使用的配置文件中 System.Net.Mail 存储的信息的编程访问。
构造函数
| 名称 | 说明 |
|---|---|
| SmtpSection() |
初始化 SmtpSection 类的新实例。 |