Hi community,
I am getting errors for forwarding Outlook messages. I am extracting an email message from Outlook, but when I put it to forward, I am getting the following error message:
“Forward Email: The provided MailMessage does not reference a known email service.”
However, if I use the built in function to select an email, I get the following syntax:
Outlook.SelectedMail
So that works. But need to loop through different emails to forward for each transaction, hence the selected mail will be different. Does anyone have a solution for this? I haven’t found anything else on the online forums that works.