<?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 Is there a way to &amp;quot;Get Received Items&amp;quot; from a shared inbox in Outlook? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Is-there-a-way-to-quot-Get-Received-Items-quot-from-a-shared/m-p/73002#M25607</link>
    <description>I am trying to get unread emails from a shared inbox in Outlook, but I don't see any actions to do this. Has anyone done this before or know how to do it?&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dan Reeves&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Aug 2019 13:08:00 GMT</pubDate>
    <dc:creator>dreeves</dc:creator>
    <dc:date>2019-08-27T13:08:00Z</dc:date>
    <item>
      <title>Is there a way to "Get Received Items" from a shared inbox in Outlook?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Is-there-a-way-to-quot-Get-Received-Items-quot-from-a-shared/m-p/73002#M25607</link>
      <description>I am trying to get unread emails from a shared inbox in Outlook, but I don't see any actions to do this. Has anyone done this before or know how to do it?&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dan Reeves&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Aug 2019 13:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Is-there-a-way-to-quot-Get-Received-Items-quot-from-a-shared/m-p/73002#M25607</guid>
      <dc:creator>dreeves</dc:creator>
      <dc:date>2019-08-27T13:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is there a way to "Get Received Items" from a shared inbox in Outlook?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Is-there-a-way-to-quot-Get-Received-Items-quot-from-a-shared/m-p/73003#M25608</link>
      <description>Depending on which VBO you're using, it's a slightly different set of steps. I'll list the changes for the Outlook VBO, as that's much more stable. (Alternatively, grab the build I posted &lt;A href="https://community.blueprism.com/viewdocument/re-outlook-email-vbo?CommunityKey=d56c31a0-56fa-4b7b-934f-26541dc32157&amp;amp;tab=librarydocuments" target="_blank" rel="noopener"&gt;here&lt;/A&gt;, which already has this integrated, among other things.)&lt;BR /&gt;&lt;BR /&gt;Page Internal_Get Items:&lt;BR /&gt;====================&lt;BR /&gt;Start stage:&lt;BR /&gt;-Add a text data Item, "Shared E-mail"&lt;BR /&gt;&lt;BR /&gt;Code stage:&lt;BR /&gt;-Add a text input, "sharedEmail"&lt;BR /&gt;-Add the following after the initial declarations at the top&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;Dim olSharedRecip &lt;SPAN class="token keyword"&gt;as&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;object&lt;/SPAN&gt;​&lt;/PRE&gt;
&lt;BR /&gt;-Add the following just before it starts building the datatable&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;SPAN class="token keyword"&gt;if&lt;/SPAN&gt; sharedEmail &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;gt;&lt;/SPAN&gt; Nothing then
	olSharedRecip &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; _nameSpace&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;CreateRecipient&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;sharedEmail&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;
	folder &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; _nameSpace&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetSharedDefaultFolder&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;olSharedRecip&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; Outlook_Folder_ID&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;
end &lt;SPAN class="token keyword"&gt;if&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;BR /&gt;Go back to page Get Mail (Basic) [Or whatever you want to use]&lt;BR /&gt;=================================================&lt;BR /&gt;-Add new input to Start stage&lt;BR /&gt;-Add new input to page reference of "Internal_Get Items"&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Aug 2019 14:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Is-there-a-way-to-quot-Get-Received-Items-quot-from-a-shared/m-p/73003#M25608</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-08-27T14:25:00Z</dc:date>
    </item>
  </channel>
</rss>

