Hi, I am trying to save a draft mail message in outlook, everytime i use send mail message (isDraft) enabled, it goes to my drafts and from there I want to save that draft as a .msg file. UiPath tells me my mail variable is not referenced, so its not picking it up because the mail message has not been sent?
End goal: To have draft mail messages for other business users to access via folders and to send emails quicker being prepared by the Bot.
Please do not link me to @CYoung as we are both trying to find an answer for this, and still have not. Any help will be appreciated!
Just attempted this, so it saves the draft mail successfully but it doesnt allow a business user to just send it off straight away, theres no send icon? cant forward because it needs to be a brand new mail message…
What if you create another “robot/process” that is dedicated to send emails using another robot? Since outlook is the issue or maybe using VBA you can accomplish it in outlook. Or these emails are going to be used right away then you can use a message box and then have the user check it and if they agree that it’s good then just press “Yes” to send.
I like the idea! But unfortunately only have one Bot.
We have found a solution with the business that involves human intervention… not ideal but for now this problem is no longer a blocker. Thanks for help!