tomaz
(Tomaz Seserko)
February 16, 2023, 2:28pm
1
HI, I am using use outlook desktop app and I am wondering What I am dooing wrong?
jack.chan
(Jack Chan)
February 16, 2023, 2:33pm
2
@tomaz
look at this post, instead of directly passing mailmessage to forward mail activity, use get email by id activity
pass in CurrentMail and output another mailmessage variable , then pass that to forward message activity instead
Hi @Sam_Abraham ,
This error pops up when you try to retrieve email using the ‘Get Outlook Mail Messages’ Activity (Classic Design Experience) and you pass the MailMessage Object you obtained from this activity to the ‘Forward Email’ Activity (Modern Design Experience).
‘Forward Email’ Activity is expecting a MailMessage Object generated by ‘Get Email By Id’ Activity (Modern Design Experience).
Here is one additional step you need to do to achieve the result you are looking for using the same …
1 Like
system
(system)
Closed
February 19, 2023, 2:34pm
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.