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!
Solved! Go to Solution.
Hi @NamegomJan
There is no need to use: Office365Outlook.SharedMailboxSendEmail
If you have send on behalf rights of this mailbox use:
Office365Outlook.SendEmailV2(youEmailAddress,"test","testing",{From:"mailBoxOnBehalf})
Hope it helps !
Hi @NamegomJan
There is no need to use: Office365Outlook.SharedMailboxSendEmail
If you have send on behalf rights of this mailbox use:
Office365Outlook.SendEmailV2(youEmailAddress,"test","testing",{From:"mailBoxOnBehalf})
Hope it helps !
User | Count |
---|---|
252 | |
102 | |
94 | |
50 | |
37 |