toemailrecipient() Function

Function

toemailrecipient( value )

Converts a value to email recipient.

See also: Send E-Mail Smart Service

Parameters

Keyword Type Description

value

Any Type

Value to convert.

Returns

Email Recipient

Usage considerations

Acceptable input

Accepts values of type email address, user, and group.

Understanding results

Output can be used in the To:, Cc:, or Bcc: fields in the Setup tab of the Send E-Mail Smart Service.

Examples

toemailrecipient(togroup(1)) returns [Group:1] as an Email Recipient type.

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK