MailSmtpHelperSend Method | Helper帮助文档 |
群发邮件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Send( string subject, string body, string to )
Public Sub Send ( subject As String, body As String, to As String )
public: void Send( String^ subject, String^ body, String^ to )
member Send : subject : string * body : string * to : string -> unit
Parameters
- subject
- Type: SystemString
主题 - body
- Type: SystemString
内容 - to
- Type: SystemString
收件人列表
See Also