With mail UiPath.Mail.Activities package 1.18.2 (Windows Framework) I open a shared mailbox. When I do the “Send Mail” with checkmark on “Save as Draft” it saves to my personal Inbox as Draft and not into the shared Mailbox. The opening of the shared mailbox is done via Integration Service Authentication.
Not helpful as someone else who also has access to the shared mailbox should act on the drafts.
Any idea how to make it happen that draft is saved in SHARED mailbox?
Thanks a lot Anil_G!
don’t see this solution as easy as there is no unique email identifier of the draft email. So what i there other draft mails already? Then Robot may need to go over subject. But what if other drafts with same subject are there already? And is the move activity also suited for moving between different mailboxes?
Maybe you can use different activity? For instance, send exchange mail message can use shared mailbox and it will save mail with marked checkbox Save copy.
@Yameso good suggestion! Tried now with the Office 365 “Send mail” (not the classic one).
+Works to save in draft of shared mailbox
-now struggle to format the body. There is the nice “Bold”, “Italic” etc… but they don’t have any function. I need the body in HTML.
send exchange is no longer available for framework=windows
@Anil_G thanks - but can’t see that the “move mail” activity in the mail package supports 2 accounts. The “move Outlook mail message” can contain 1 account… hmhh
@Anil_G and @Yameso - thank you! Both of your suggestions do work.
I’ll use the “create-html-content” until the bug is fixed in the “O365-send_email” activity (no HTML formatting) as it’s very simple. Just use the output of the “create-html-content” as variable for the body