
Announcements
Hi Guys,
I have a simple combox box linked to office365users which contains the following in the items field.
Heya,
You should be able to use Concat to add these into one string that can be used as the To address:
Office365Outlook.SendEmailV2(
Concat(
emailcombobox.SelectedItems,
Email & ";"
),
"121",
RichTextEditor1.HtmlText
)
Cheers,
Sancho