<?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 Hi Ami,
Where would you… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74598#M27203</link>
    <description>Hi Ami,
Where would you place that code stage within the ""Get Received Items (Basic)"" MS Outlook Email VBO?&amp;nbsp; I ask as I want to be able place restrictions on the emails being aggregated.</description>
    <pubDate>Mon, 19 Nov 2018 10:05:00 GMT</pubDate>
    <dc:creator>JamesSmith1</dc:creator>
    <dc:date>2018-11-19T10:05:00Z</dc:date>
    <item>
      <title>Outlook VBO on Multiple Email Boxes</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74590#M27195</link>
      <description>I'm attempting to use the Outlook VBO with release 6.3 to pull all the sent emails from the various group emails on my Outlook but I an only get the sent emails from my default&amp;nbsp;email a none of group emails. Does the out Outlook VBO allow me to pull sent emails from a group email I'm a part of, any tips, hints or suggestions about how to go about solving this issues?</description>
      <pubDate>Fri, 05 Oct 2018 10:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74590#M27195</guid>
      <dc:creator>Liam_Heiniger</dc:creator>
      <dc:date>2018-10-05T10:50:00Z</dc:date>
    </item>
    <item>
      <title>I haven't used the 6.3 VBO,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74591#M27196</link>
      <description>I haven't used the 6.3 VBO, but I did wind up writing my own object to interface with Outlook via MAPI after getting fed up with the instability of MAPIex. If you're willing/able to write your own as well, there is a connection option to define use of a shared mailbox.
Alternatively, you might be able to set it up as a separate Outlook profile. If the Outlook VBO in current releases is similar to the prior mail handlers, profile should be an optional field.</description>
      <pubDate>Wed, 10 Oct 2018 01:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74591#M27196</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-10-10T01:05:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ambarrett,
The MAPIex is…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74592#M27197</link>
      <description>Hi Ambarrett,
The MAPIex&amp;nbsp;is able to deal with multiple mailboxes with multiple profiles however, it doesn't have the ability to search by subject. Do you think it would be easy to build in subject or filter search functionality&amp;nbsp;in the MAPIex object?&amp;nbsp;
Thanks for getting back to me, looking forward to hearing from you.&amp;nbsp;</description>
      <pubDate>Wed, 10 Oct 2018 05:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74592#M27197</guid>
      <dc:creator>Liam_Heiniger</dc:creator>
      <dc:date>2018-10-10T05:51:00Z</dc:date>
    </item>
    <item>
      <title>As far as I know, the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74593#M27198</link>
      <description>As far as I know, the Outlook automation library doesn't allow for that (directly), as they're all looked up by message ID instead.
&amp;nbsp;
What you&amp;nbsp;could&amp;nbsp;do, is code it to loop through a box until it finds a specified subject. It won't mimic the search function you actually get in Outlook, but it'll get the job done. But again, this would involve a custom mail handler and not MAPIex. If you are dead-on intent to stick with MAPIex, you'll need to keep calling 'Get Next Mail' and check the subject that way. But be aware that checking this way is significantly slower than it would be in a custom code stage. (Though if you were to instead write this as an external powershell script file, it would be slower than looping through MAPIex results.)</description>
      <pubDate>Wed, 10 Oct 2018 09:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74593#M27198</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-10-10T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the information…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74594#M27199</link>
      <description>Thanks for the information. I'm actually pretty keen on using the new MS Outlook EMail VBO as I like to use the&amp;nbsp;Save Email As File Action along with the Get Sent Items and Get Receive Items actions. Thanks for the help, if you do think of to have the new MS Outlook Email VBO to interact with multiple group emails please let me know.&amp;nbsp;</description>
      <pubDate>Fri, 12 Oct 2018 04:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74594#M27199</guid>
      <dc:creator>Liam_Heiniger</dc:creator>
      <dc:date>2018-10-12T04:22:00Z</dc:date>
    </item>
    <item>
      <title>I just imported it into my…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74595#M27200</link>
      <description>I just imported it into my instance of BP5x. Looks like it should work, if you can supply the correct folder ID. It may just take some trial and error to figure out the folder's ID number.
&amp;nbsp;
There are ways of doing this with code,&amp;nbsp; but it may be quicker to just iterate through a list of numbers and see which one happens to be the correct one.</description>
      <pubDate>Sat, 13 Oct 2018 00:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74595#M27200</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-10-13T00:22:00Z</dc:date>
    </item>
    <item>
      <title>Hi Liam,
I am facing the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74596#M27201</link>
      <description>Hi Liam,
I am facing the same issue. Have you figured out a workaround yet?</description>
      <pubDate>Fri, 16 Nov 2018 22:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74596#M27201</guid>
      <dc:creator>Anna_BlytheHewi</dc:creator>
      <dc:date>2018-11-16T22:55:00Z</dc:date>
    </item>
    <item>
      <title>I've had time to dissect…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74597#M27202</link>
      <description>&lt;P&gt;I've had time to dissect this VBO a bit more, and was able to rewrite my own handler based on some of the streamlining in this one. &amp;nbsp; By default, it will pull for&amp;nbsp;all&amp;nbsp;attached inboxes on the default profile. You could probably apply a filter string to set the recipient address. &amp;nbsp; Alternatively, you can make modifications to the actions to account for a profile and/or shared inbox.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Profile and sharedEmail should be of type Text. Place this right after the namespace declaration and modify the code/start stage inputs accordingly. sharedEmail should be the address of the attached inbox, whereas Profile should match the label of your Outlook profile if it's intended for anything other than the default.&lt;/P&gt;
&lt;PRE class="language-markup"&gt;Dim olSharedRecip as object
if Profile &amp;lt;&amp;gt; "" then
    _nameSpace.Logon(Profile, , True, True)
end if

if sharedEmail &amp;lt;&amp;gt; Nothing then
	olSharedRecip = _nameSpace.CreateRecipient(sharedEmail)
	folder = _nameSpace.GetSharedDefaultFolder(olSharedRecip, Outlook_Folder_ID)
end if&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Nov 2018 00:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74597#M27202</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-11-17T00:27:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ami,
Where would you…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74598#M27203</link>
      <description>Hi Ami,
Where would you place that code stage within the ""Get Received Items (Basic)"" MS Outlook Email VBO?&amp;nbsp; I ask as I want to be able place restrictions on the emails being aggregated.</description>
      <pubDate>Mon, 19 Nov 2018 10:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74598#M27203</guid>
      <dc:creator>JamesSmith1</dc:creator>
      <dc:date>2018-11-19T10:05:00Z</dc:date>
    </item>
    <item>
      <title>All of the Get Items actions…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74599#M27204</link>
      <description>All of the Get Items actions just call the ""Internal_Get Items"" page, which is intentionally unpublished. You'll need to modify the code stage on&amp;nbsp;that&amp;nbsp;page, then modify the page reference on your Get Sent Items and Get Received Items actions. You'll also need to add those two fields to the start stages on all of these pages, including ""Internal_Get Items"". Assuming you update the page reference with these new variables (defaulting to blank is fine), that should be all you need to do.</description>
      <pubDate>Mon, 19 Nov 2018 21:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74599#M27204</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2018-11-19T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Was anyone able to implement…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74600#M27205</link>
      <description>Was anyone able to implement what amibarrett suggested? I'm a bit lost and would love some more guidance.</description>
      <pubDate>Thu, 03 Jan 2019 19:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74600#M27205</guid>
      <dc:creator>pranavred</dc:creator>
      <dc:date>2019-01-03T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Which part do you need help…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74601#M27206</link>
      <description>Which part do you need help on? I'm happy to elaborate if needed.</description>
      <pubDate>Mon, 07 Jan 2019 23:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74601#M27206</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-01-07T23:12:00Z</dc:date>
    </item>
    <item>
      <title>Thanks amibarrett. I'm able…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74602#M27207</link>
      <description>Thanks&amp;nbsp;amibarrett. I'm able to get mails from different profiles after a bit of playing with the code. Has anyone tried moving emails to subfolders in non-default profiles?&amp;nbsp;</description>
      <pubDate>Thu, 10 Jan 2019 19:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74602#M27207</guid>
      <dc:creator>pranavred</dc:creator>
      <dc:date>2019-01-10T19:37:00Z</dc:date>
    </item>
    <item>
      <title>Do you mean within the same…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74603#M27208</link>
      <description>Do you mean within the same profile, or from one profile to another? If the former, you could make similar modifications to the ""Move Email to Inbox Sub Folder"" action. If the latter, I can see two options. The first is to save an e-mail as a file, then try to re-import to a new profile. The second would be to add the address of the second profile as a shared mailbox, rather than a second profile.</description>
      <pubDate>Fri, 11 Jan 2019 20:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74603#M27208</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-01-11T20:35:00Z</dc:date>
    </item>
    <item>
      <title>Hi Ami,
Are you able to read…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74604#M27209</link>
      <description>Hi Ami,
Are you able to read the emails from different mailboxes through any code? If yes, can you please share that code.</description>
      <pubDate>Mon, 14 Jan 2019 18:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74604#M27209</guid>
      <dc:creator>NilanshuSoni</dc:creator>
      <dc:date>2019-01-14T18:25:00Z</dc:date>
    </item>
    <item>
      <title>Yes - the required code has…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74605#M27210</link>
      <description>Yes - the required code has already been provided in a previous post in this thread.</description>
      <pubDate>Mon, 14 Jan 2019 20:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74605#M27210</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-01-14T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot for the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74606#M27211</link>
      <description>Thanks a lot for the solution&amp;nbsp;- was able to amend the VBO. thumbs up!</description>
      <pubDate>Tue, 26 Feb 2019 20:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74606#M27211</guid>
      <dc:creator>AndreaFrauchige</dc:creator>
      <dc:date>2019-02-26T20:52:00Z</dc:date>
    </item>
    <item>
      <title>Hi,
Are you guys able to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74607#M27212</link>
      <description>Hi,
Are you guys able to share the changes you made to be able to retrieve emails from multiple mailboxes/a different mailbox?
Thanks</description>
      <pubDate>Fri, 01 Mar 2019 10:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74607#M27212</guid>
      <dc:creator>AkshayBassi1</dc:creator>
      <dc:date>2019-03-01T10:19:00Z</dc:date>
    </item>
    <item>
      <title>You could always change…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74608#M27213</link>
      <description>You could always change profiles using the this little registry hack before reading the mailbox.
Just set up the different mailboxes with their corresponding profiles and change to the profile using ""profileName"".
&amp;nbsp;
&amp;nbsp; &amp;nbsp;Success = false;
try
&amp;nbsp;&amp;nbsp; &amp;nbsp;{
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;RegistryKey myKey = Registry.CurrentUser.OpenSubKey(""Software\\Microsoft\\Office\\16.0\\Outlook"", true);
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if(myKey != null) {
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;myKey.SetValue(""DefaultProfile"", profileName, RegistryValueKind.String);
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;myKey.Close();
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Success = true;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&amp;nbsp;&amp;nbsp; &amp;nbsp;}
catch&amp;nbsp;
&amp;nbsp;&amp;nbsp; &amp;nbsp;{&amp;nbsp;
&amp;nbsp;&amp;nbsp; &amp;nbsp;Success = false;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&amp;nbsp;&amp;nbsp; &amp;nbsp;}
&amp;nbsp;
- MSN</description>
      <pubDate>Tue, 26 Mar 2019 13:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74608#M27213</guid>
      <dc:creator>AndreasMontanus</dc:creator>
      <dc:date>2019-03-26T13:22:00Z</dc:date>
    </item>
    <item>
      <title>@amibarrett
Accessing the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74609#M27214</link>
      <description>@amibarrett
Accessing the shared mailbox worked like a charm. Thanks!</description>
      <pubDate>Tue, 26 Mar 2019 16:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-on-Multiple-Email-Boxes/m-p/74609#M27214</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-03-26T16:39:00Z</dc:date>
    </item>
  </channel>
</rss>

