MailSmtpHelper Class

HD.Common

MailSmtpHelper Class Helper帮助文档
使用smtp发送邮件帮助类
Inheritance Hierarchy

SystemObject  HD.CommonMailSmtpHelper

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

  NameDescription
Public methodMailSmtpHelper
Initializes a new instance of the MailSmtpHelper class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSend
群发邮件
Public methodStatic memberSendByConfig(String, String, String)
Public methodStatic memberSendByConfig(String, String, String, String)
Public methodStatic memberSendByConfig(String, String, String, String, String, Boolean, Encoding, Boolean, String)
使用配置文件的配置信息发送邮件
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberauthorName
Public fieldStatic memberpwd
Public fieldStatic membersmtpPort
Public fieldStatic membersmtpServer
Public fieldStatic memberuserName
Top
See Also

Reference