Outlook folder nested within another folder

Hi, I am trying to read from a nested Outlook folder using Get Outlook Mail Messages activity.

How would you read from a folder that is inside another folder? e.g. if folder “DemoFolder” is nested within “Inbox” as a subfolder

@DEATHFISH - try "Inbox/DemoFolder" (or use "\")

2 Likes

Inbox\Demo\SubFolder

Hi @DEATHFISH

Please try with “Inbox\DemoFolder” in MailFolder property value. This should give mails from DemoFolder.
if it is throwing any error

  1. if multiple accounts configured in your outlook then provide the Account. account details are case sensitive you should provide as it configured in the outlook.
  2. Check for any spelling mistakes in folder.

Regards,
Vijay.

1 Like