Office365Outlook.SendEmail
Hi,
I have a submit email icon on a Report Your Issue screen with the following code:
(
EmailTo,
EmailSubject,
EmailBody,
{
Cc: "person@gmail.com",
Importance: "Normal"
}
)

This is very straightforward and simple. I am looking to add the option for users to mark their email as highly important because the submit feature only recognizes normal importance at this time. How do I achieve what I am looking for?
Thanks!