MapieX subfolder access
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-07-16 04:04 PM
Hi,
I encounter a problem with subfolder access with MapieX, In the mailbox folder hierarchy where I want to get a mail, there's several subfolders with the same name, but I don't see how I can input a folder path with mapiex, I can only input the subfolder name, then mapiex will automatically take the first one it see. I can't seem to access the other subfolder that have the same name.
Is there a way to input a whole path for a subfolder with mapiex ?
The function OpenSubFolder() has to call other function to recursively access subfolders, what are they ?
Thanks in advance.
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-16 12:37 PM
Hi Chris,
Just trying to understand your requirement. Do you mean you have same name for multiple folders in the same profile? Or is one folder in your default profile like ""Inbox"" and then there's another ""Inbox"" in the pst folders.
Thanks,
Aniruddha
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-16 02:58 PM
Hi,
I have the same name for multiple folders in the same profile.
Thanks,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-16 03:04 PM
Chris,
Would it possible for you to share a screenshot of the folder structure? That would help.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-07-16 06:12 PM
Hi,
Sorry I can't share a screenshot, but here is an illustration of my problem, my Inbox tree looks like this :
Inbox
|---Folder1
| |---------SubFolder
|---Folder2
|---------SubFolder
The problem is I'd like to get the mail from the Folder2/Subfolder folder, but with the Sub-folder option I can only access the Folder1/Subfolder folder.
Thanks,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-16 08:01 PM
Hi Chris,
I've encountered this before. When using this method, I found that the best method was to ensure all the folders and sub-folders have unique names. Even if you have to do the below:
Inbox
|--Folder1
||-----Folder1_SubFolder1
|--Folder2
||-----Folder2_SubFolder1
||-----Folder2_SubFolder2
|||-----------Folder2_SubFolder2_SubFolder1
|||-----------Folder2_SubFolder2_SubFolder2
Blue Prism MAPIEx object essentially discounts the folder hierarchy system and see them all as individual folders as far as my analysis goes.
-Tom
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-16 09:22 PM
Hi Tom,
Thanks for your answer, that's what I was afraid of...
Unfortunately I'm not the owner of the mailbox so I can't just rename the folders as I see fit.
Regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-07-16 01:35 PM
Another possible way is to create rules on your mailbox that move emails into the subfolders.
You would have to download the email from inbox. Create a new email with the same subject and body, but append a specifier on the end of the subject (this will be picked up by the outlook inbox rule and move to the relevant folder/subfolder) and then delete the original mail.
Again, not sure if this requires you to have specific permission or access levels to the mailbox.
I think for the purpose of automating this mailbox, you are going to need some kind of access level to achieve what you want.
- Tom
