MailHelper Class | Helper帮助文档 |
邮件操作类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MailHelper
Public Class MailHelper
public ref class MailHelper
type MailHelper = class end
The MailHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailHelper | Initializes a new instance of the MailHelper class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEMailLoginUrl |
获取Email登陆地址
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
sendMail(String, String, String, ListString, String) |
发送邮件
| |
sendMail(String, String, String, ListString, String, String, String) |
发送邮件(要求登陆)
| |
sendMail(String, String, String, ListString, String, String, String, String, Boolean) |
发送邮件
| |
sendMail(String, String, String, ListString, String, Int32, String, String, Boolean, String, Boolean) |
发送邮件
| |
ToString | (Inherited from Object.) |
See Also