3 weeks ago
We have a use case where emails are forwarded by outlook rule as an attachment from one mailbox to another mailbox (the mailbox monitored by the bot).
I require a blue prism code stage to move the embedded mail item (1 only due to be forwarded by a rule) from the parent email item (based on Entry Id of the parent) to another target mail folder.
Thanks in advance
3 weeks ago
A starting point would be to record a macro of you doing this manually, then take a look at the resulting macro VBA code. That should indicate what the equivalent .Net code would look like. And from there you can try creating a VBO with that .Net code (it's not recommended to edit the default utility VBO).