emailAddress()
Last updated 11/09/2024
The
emailAddress()
is a function used on the Five
object that returns an email address object to pass into
a mail merge action.
Available
Server
Function Signature
emailAddress(email: string, [name: string]) : EmailAddress;
Parameter | Type | Description |
---|---|---|
email | string | Email address |
name Optional | string | Name of subject |
Return Value
Returns an
EmailAddress
object.