Hi everyone, I have an Outlook group and a respective email address for this group.
I have the rights to send emails from that group email address. I want to send an confirmation email with the group email address and not my personal email address as the sender. I tried the following code which gives me an error message unfortunately:
Office365Outlook.SharedMailboxSendEmail("group@outlook.com";varEmail;"confirmation message");;
This is the error message:

Can you please help?
Thanks!