MailSmtpHelper 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 MailSmtpHelper
Public Class MailSmtpHelper
public ref class MailSmtpHelper
type MailSmtpHelper = class end
The MailSmtpHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailSmtpHelper | Initializes a new instance of the MailSmtpHelper class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Send |
群发邮件
| |
SendByConfig(String, String, String) | ||
SendByConfig(String, String, String, String) | ||
SendByConfig(String, String, String, String, String, Boolean, Encoding, Boolean, String) |
使用配置文件的配置信息发送邮件
| |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
authorName | ||
pwd | ||
smtpPort | ||
smtpServer | ||
userName |
See Also