I have a button to send an email to a specific person on the page of the selected item.
In my subject i want to add the number of the selected item.
In my body a link to a specific page.
Office365Outlook.SendEmailV2("specific person"; "Subject:" Actie + number of selected item"; "body: short text + link to webpage".
Thanks allready