Sends an email, with the ability to "CC" and "BCC" other recipients.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
void SendMailCC( string from, string to, string cc, string bcc, string subject, string body, bool htmlMail, bool allowSendToCurrentUser = false )
Parameters
- from
- Type: SystemString
Sender address - to
- Type: SystemString
Recipient addresses - cc
- Type: SystemString
Addresses to be CCed - bcc
- Type: SystemString
Addresses to be BCCed - subject
- Type: SystemString
Email subject - body
- Type: SystemString
Email body - htmlMail
- Type: SystemBoolean
Specifies whether the email body is HTML - allowSendToCurrentUser (Optional)
- Type: SystemBoolean
Specifies whether to allow the email to be sent to the Current User. Default false.
Remarks
See Also
Reference
[!:Ingeniux.CMS.Ingeniux.CMS.IEmailer.SendMail]