<?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 External References and Namespace Imports for Outlook automation with VBA in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76394#M28902</link>
    <description>I'm trying to use VBA to control Outlook, but I can't wrap my head around what External References and Namespace Imports to use to make the code work. Any suggestions on where to turn for detailed info on this?

thanks</description>
    <pubDate>Wed, 21 Feb 2018 10:35:00 GMT</pubDate>
    <dc:creator>GustafLindquist</dc:creator>
    <dc:date>2018-02-21T10:35:00Z</dc:date>
    <item>
      <title>External References and Namespace Imports for Outlook automation with VBA</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76394#M28902</link>
      <description>I'm trying to use VBA to control Outlook, but I can't wrap my head around what External References and Namespace Imports to use to make the code work. Any suggestions on where to turn for detailed info on this?

thanks</description>
      <pubDate>Wed, 21 Feb 2018 10:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76394#M28902</guid>
      <dc:creator>GustafLindquist</dc:creator>
      <dc:date>2018-02-21T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Hi Gustaf - if you have time…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76395#M28903</link>
      <description>Hi Gustaf - if you have time to wait we'll be releasing an Outlook VBO soon, I don't know the exact date but it will probably come with v6.3. But in the meantime&amp;nbsp;if you want to try your own the reference is something like&amp;nbsp;C:\Program Files (x86)\Microsoft Office\root\Microsoft.Office.Interop.Outlook.dll and the Namespace is Microsoft.Office.Interop.Outlook</description>
      <pubDate>Wed, 21 Feb 2018 13:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76395#M28903</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-02-21T13:08:00Z</dc:date>
    </item>
    <item>
      <title>Hello Gustaf - I agree with…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76396#M28904</link>
      <description>Hello Gustaf - I agree with John that you have to use Microsoft.Office.Interop.Outlook. I personally had experience with that, I was trying to write some&amp;nbsp;VB code blocks,&amp;nbsp;however I wasn't really able to bypass Outlook object model security guard. You see, when using VBA for Outlook, each time I got a warning message that someone is trying to read\write in Outlook which is OK, but you have to manually confirm that it's me trying to execute the code.
@John_Carter, I&amp;nbsp;wonder&amp;nbsp;whether Outlook VBO will solve the&amp;nbsp;problem&amp;nbsp;</description>
      <pubDate>Wed, 21 Feb 2018 15:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76396#M28904</guid>
      <dc:creator>DmytroShpin</dc:creator>
      <dc:date>2018-02-21T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Hi Dmytro - I think the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76397#M28905</link>
      <description>Hi Dmytro - I think&amp;nbsp;the security pop up is&amp;nbsp;a Windows issue related to Antivirus. This research might help &lt;A href="https://social.technet.microsoft.com/Forums/ie/en-US/e2c89fec-beb3-4224-a6cb-112704406907/cannot-change-programmatic-access-security?forum=outlook" target="test_blank"&gt;https://social.technet.microsoft.com/Forums/ie/en-US/e2c89fec-beb3-4224-a6cb-112704406907/cannot-change-programmatic-access-security?forum=outlook&lt;/A&gt;</description>
      <pubDate>Wed, 21 Feb 2018 16:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76397#M28905</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-02-21T16:07:00Z</dc:date>
    </item>
    <item>
      <title>John, thanks for the reply!…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76398#M28906</link>
      <description>John, thanks for the reply! I know, that might definitely help me out. But what if I'm not allowed to do that?
In other words, I'm curious if the&amp;nbsp;upcoming&amp;nbsp;Outlook VBO will require additional setup of the software to make it works.</description>
      <pubDate>Thu, 22 Feb 2018 12:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76398#M28906</guid>
      <dc:creator>DmytroShpin</dc:creator>
      <dc:date>2018-02-22T12:54:00Z</dc:date>
    </item>
    <item>
      <title>If your security policy will…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76399#M28907</link>
      <description>If your security policy will not allow programmatic access to Outlook, then I guess the VBO will not work for you.</description>
      <pubDate>Thu, 22 Feb 2018 14:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/External-References-and-Namespace-Imports-for-Outlook-automation/m-p/76399#M28907</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-02-22T14:49:00Z</dc:date>
    </item>
  </channel>
</rss>

