string SendEmail(string inProviderName, string inSubject, string inFrom, string inTo, string inCC, string inBCC, string inMessage)
Description
Performs an ASYNC call to request sending an email.
The response is received in the callback function OnSendEmailResult().
The returned value is a unique identifier that determines the specific web call.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inProviderName | string | The name of the provider used to send an email |
inSubject | string | The subject you would like to show in the email |
inFrom | string | The From email address to use |
inTo | string | The To email address to use |
inCC | string | The CC email address to use |
inBCC | string | The BCC email address to use |
inMessage | string | The message text to use in the email |
Return Type
string
Comments
The mails list here be between two parties too to be a line mail work personal laison and busness mails parties between all relation in the laison local categories class use machine.
Thanks in the best
Please sign in to leave a comment.