toemailrecipient( value )
Converts a value to email recipient.
See also: Send E-Mail Smart Service
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
Email Recipient
Accepts values of type email address, user, and group.
Output can be used in the To:, Cc:, or Bcc: fields in the Setup tab of the Send E-Mail Smart Service.
toemailrecipient(togroup(1))
returns [Group:1]
as an Email Recipient type.