SmtpSetting Class | Helper帮助文档 |
smtp设置类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SmtpSetting
Public Class SmtpSetting
public ref class SmtpSetting
type SmtpSetting = class end
The SmtpSetting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SmtpSetting | Initializes a new instance of the SmtpSetting class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Authentication | ||
Password | ||
Sender | ||
Server | ||
User |
See Also