Class: CMailToParams

codemelted.CMailToParams(params)

Optional parameter for the mailto scheme to facilitate translating the more complicated URL.

Constructor

new CMailToParams(params)

Constructor for the class.
Parameters:
Name Type Description
params object The named parameters
Properties
Name Type Attributes Default Description
mailto string Where to email the message.
cc Array.<string> <optional>
[] Who to CC on the email.
bcc Array.<string> <optional>
[] Who to BCC on the email.
subject string <optional>
"" The subject of the email.
body string <optional>
"" The body of the email.
Source:

Methods

toString() → {string}

Formatted URL of the object
Source:
Returns:
Type
string