<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MAPIEx - Need to access Outlook folders that are not under the Inbox in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50512#M5730</link>
    <description>Hello,

I have a BP process that uses MAPIEx and pulls emails out of an Outlook Inbox subfolder. It processes then moves the email to another Inbox subfolder. During a demo, the client asked that we not use Inbox subfolders. How do I go about reading from and moving to subfolders that are not under the Inbox?

Thanks

Pete</description>
    <pubDate>Fri, 27 Apr 2018 21:26:00 GMT</pubDate>
    <dc:creator>PeterBly</dc:creator>
    <dc:date>2018-04-27T21:26:00Z</dc:date>
    <item>
      <title>MAPIEx - Need to access Outlook folders that are not under the Inbox</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50512#M5730</link>
      <description>Hello,

I have a BP process that uses MAPIEx and pulls emails out of an Outlook Inbox subfolder. It processes then moves the email to another Inbox subfolder. During a demo, the client asked that we not use Inbox subfolders. How do I go about reading from and moving to subfolders that are not under the Inbox?

Thanks

Pete</description>
      <pubDate>Fri, 27 Apr 2018 21:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50512#M5730</guid>
      <dc:creator>PeterBly</dc:creator>
      <dc:date>2018-04-27T21:26:00Z</dc:date>
    </item>
    <item>
      <title>I attempted to update the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50513#M5731</link>
      <description>I attempted to update the MAPIEx object to perform this recently but did not find a solution.
There's a line in the GetMail code stage that uses an OpenInbox() function:
&amp;nbsp;&amp;nbsp;&amp;nbsp; If Not mapi.OpenInbox() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to access inbox"")
I was unable to find if there was an OpenFolder() or something equivalent that may perform the same function.&amp;nbsp; From my understanding, the Blue Prism object is building off of the MAPIEx library (https://www.codeproject.com/Articles/10881/MAPIEx-Extended-MAPI-Wrapper).&amp;nbsp; It would definitely be great if Blue Prism could provide a list of functions that are available to use in the code stages if we want to update/add different actions to extend the default MAPIEx object.</description>
      <pubDate>Sat, 28 Apr 2018 00:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50513#M5731</guid>
      <dc:creator>ryanamiller</dc:creator>
      <dc:date>2018-04-28T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Hi,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50514#M5732</link>
      <description>Hi,
&amp;nbsp;
I was facing similar issue 'Moving email to Public folder'. I solved it using Microsoft.Introp.Office.Outlook library. Basically I created C# code to access outlook using Microsoft library. You can check this URL for reference: &lt;A href="https://www.codeproject.com/Questions/892824/move-unread-mail-to-other-folder" target="test_blank"&gt;https://www.codeproject.com/Questions/892824/move-unread-mail-to-other-folder&lt;/A&gt;
&amp;nbsp;
Thanks,
Nitin</description>
      <pubDate>Mon, 30 Apr 2018 07:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50514#M5732</guid>
      <dc:creator>NitinSafaya</dc:creator>
      <dc:date>2018-04-30T07:57:00Z</dc:date>
    </item>
    <item>
      <title>It would help to know where…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50515#M5733</link>
      <description>It would help to know where your subfolder is. If it's in the sent items, you can use OpenSentItems()&amp;nbsp;instead of OpenInbox in the code</description>
      <pubDate>Mon, 04 Jun 2018 16:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Need-to-access-Outlook-folders-that-are-not-under-the/m-p/50515#M5733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T16:58:00Z</dc:date>
    </item>
  </channel>
</rss>

