Move outlook mail to folder

Hi,i am not able to move my outlook email to subfolders from inbox of my account.In outlook i have another account like Outlook data file,to this account i am able to move an email using uipath. I gave the path in the mail folder like "Inbox\NEWFOLDER\app"+folder,and account as “my account name” and mail message as item.Can anyone guide me?
Thank you

may i know what is the value of folder here
if possible can i have a view on the property panel of move mail activity and a screenshot of that activity in the design panel
Cheers @SuvarnaReddy123

here i am getting the folder value from excel sheet,the folder name will be like “sample” and etc

image
image

1 Like

Is that folder will be like
Inbox\NEWFOLDER\appsample
Or
Inbox\NEWFOLDER\app\sample

If it will be like second one mention the back slash like this
”Inbox\NEWFOLDER\app+”\”+folder”

Cheers @SuvarnaReddy123

Thank you [Palaniyappan]
I tried your solution
It is showing the error like “Option strict on disallows implicit conversion from string to long”

@SuvarnaReddy123

Use “Inbox\Newfolder\app\”+Folder
Hope Folder will be a string Variable.
Thanks,
Suresh J

1 Like

Can I have a screenshot of how the expression was mention in the activity if possible
Cheers @SuvarnaReddy123

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.