cancel
Showing results for 
Search instead for 
Did you mean: 

Move embedded mail Items from mail item to mail folder

DT
Level 4

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

1 REPLY 1

John__Carter
Staff
Staff

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).