MailFolder in config file

I use REFramework to retrieve email attachments. I defined MailFolder(value is Inbox\User Access Request) in config file. when using Get Outlook Mail Message activity, MailFolder in property is input as in_Config(“MailFolder”).ToString. after fun, it gives below error. not sure where is wrong.



1 Like

add one more picture to show my outlook inbox structure.

image

Hi @haiyan.he
Please check any spaces in the tail in the excel and outlook.

Hi @haiyan.he

Instead of giving Inbox\User Access Request give the User Access Request in config excel file and try.

And in the Mail folder field in properties panel. Give like this in_Config(“MailFolder”). tostring.Trim

Hope it helps!!

Hi,

No need to pass parent folder/sub folder name.

Pass User Access Request in config file & use in_Config(“MailFolder”). tostring.Trim to fetch the folder name in studio.

Thanks

1 Like

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