<?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 RE: Read emails without GUI interaction in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91659#M41625</link>
    <description>Hi &lt;SPAN&gt;Michael&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. I will try using this object.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sinduja&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sinduja Nehruji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Dec 2021 14:46:00 GMT</pubDate>
    <dc:creator>sindujaNehruji1</dc:creator>
    <dc:date>2021-12-01T14:46:00Z</dc:date>
    <item>
      <title>Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91652#M41618</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to read emails from shared mail box without GUI interaction? I know there is an option in MS Outlook vbo to read mails from shared mail box, but is it possible to achieve the same from backend?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sinduja Nehruji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2021 11:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91652#M41618</guid>
      <dc:creator>sindujaNehruji1</dc:creator>
      <dc:date>2021-11-25T11:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91653#M41619</link>
      <description>Hi Sinduja&lt;BR /&gt;&lt;BR /&gt;Are you using the out the box MS Outlook vbo? this shouldnt use the gui it creates an instance into outlook when getting emails but doesnt launch the application or interact with the UI. It is possible to get emails from outlook server using smtp/pop3 actions but you would need to get the port and server details from your IT to do this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Nov 2021 11:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91653#M41619</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-11-25T11:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91654#M41620</link>
      <description>Hi Sinduja,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use SMTP to get email without Launching / interacting with GUI.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Devendra Kumar Prajapati&lt;BR /&gt;Tech Lead&lt;BR /&gt;Infosys&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 03:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91654#M41620</guid>
      <dc:creator>Devendra_KumarP</dc:creator>
      <dc:date>2021-11-26T03:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91655#M41621</link>
      <description>Hi Sinduja,&lt;BR /&gt;&lt;BR /&gt;In order to read email without using the Outlook GUI, you can either use the out of the box Outlook VBO as suggested by Michael. Also, there used to be another VBO which does not uses any Interop DLL but directly uses the creates an Outlook application object.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please note that you can use the 'SMPTP/POP3' action if you have the POP3 server details and port number. For reading emails, you need to use POP3 protocol while for sending email SMTP is used.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Automation Consultant&lt;BR /&gt;Blueprism 6x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 06:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91655#M41621</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-26T06:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91656#M41622</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. Where could I find the out of the box Outlook VBO. I hope it&amp;nbsp; is different from the MS Outlook VBO that we use?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sinduja Nehruji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 07:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91656#M41622</guid>
      <dc:creator>sindujaNehruji1</dc:creator>
      <dc:date>2021-11-26T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91657#M41623</link>
      <description>Hi Sinduja&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The out the box vbo for outlook is found in the blueprism installation folder in the subfolder 'VBO' e.g. C:\Program Files (x86)\Blue Prism Limited\Blue Prism Automate\VBO\BPA Object - MS Outlook Email&lt;BR /&gt;&lt;BR /&gt;There was another one available on the dx but I cant seem to find it anymore so I have added it here for you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 08:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91657#M41623</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-11-26T08:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91658#M41624</link>
      <description>added file&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2021 16:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91658#M41624</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-11-26T16:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read emails without GUI interaction</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91659#M41625</link>
      <description>Hi &lt;SPAN&gt;Michael&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. I will try using this object.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sinduja&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sinduja Nehruji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2021 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-emails-without-GUI-interaction/m-p/91659#M41625</guid>
      <dc:creator>sindujaNehruji1</dc:creator>
      <dc:date>2021-12-01T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

