Sends an email.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SendMail(
string from,
string to,
string subject,
string body,
bool htmlMail
)
Sub SendMail (
from As String,
to As String,
subject As String,
body As String,
htmlMail As Boolean
)
void SendMail(
String^ from,
String^ to,
String^ subject,
String^ body,
bool htmlMail
)
abstract SendMail :
from : string *
to : string *
subject : string *
body : string *
htmlMail : bool -> unit
Parameters
- from
- Type: SystemString
Sender address - to
- Type: SystemString
Recipient addresses - subject
- Type: SystemString
Email subject - body
- Type: SystemString
Email body - htmlMail
- Type: SystemBoolean
Specifies whether the email body is HTML
Remarks Recipient addresses can be a semicolon-delimited list (";").
See Also Reference
[!:Ingeniux.CMS.Ingeniux.CMS.IEmailer.SendMailCC]