Hi I have on a form, and in the field On Success, the following, as suggested by others on the web to send Html E-mails
Office365Outlook.SendEmailV2("me@company.co.uk","Test",varEmailMessage)
But it doesn't like the varEmailMessage and gives me an error of 'Expecting Text'
my e-mail button is:
Set(varEmailMessage,HtmlText2);
SubmitForm(SharePointForm1)
Where HtmlText2 is the body of the e-mail.
(365 links work fine for text only e-mails)
Can anyone help please.