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 类的新实例。 |