<?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: Convert msg file to Text file in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91202#M41266</link>
    <description>..or use the one attached here for BP 6.4 and above&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Nov 2019 12:50:00 GMT</pubDate>
    <dc:creator>PratyushGarikap</dc:creator>
    <dc:date>2019-11-01T12:50:00Z</dc:date>
    <item>
      <title>Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91198#M41262</link>
      <description>​​I have a requirement where process should read .msg file which saved in a shared folder not in Outlook. I found there is no straight forward VBO exist to read the data from msg file. So what I am trying to do is, I will convert the .msg file into Text file and then Process can read the text file. So converting from msg file to text file, can anybody help me to provide any macro if you guys have developed similarly. Or Any alternative way is there to read all data from .msg file directly through our VBOs which I am missing completely. I have developed a macro (Mentioned below) but while converting Outlook is throwing a security warning message on the screen where we have to press allow button to complete the macro step. I don't know how to disable that Outlook warning pop up through macro. Please help me if anybody have any solution for this.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim OL As Object&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set OL = CreateObject("Outlook.Application")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim Msg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set Msg = OL.CreateItemFromTemplate("C:\Temp\RE MT399 - URO979368CC.msg")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Msg.SaveAs "C:\Temp\test.txt", olTXT&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashis Kumar Ray&lt;BR /&gt;RPA Developer&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2019 10:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91198#M41262</guid>
      <dc:creator>Ashis_KumarRay</dc:creator>
      <dc:date>2019-10-29T10:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91199#M41263</link>
      <description>Have you tried the &lt;STRONG&gt;Get Received Items&lt;/STRONG&gt; actions in &lt;STRONG&gt;MS Outlook Email VBO&lt;/STRONG&gt;? The output this action will give you a collection containing various attributes, one of which is the email body. Check out the Business Object Definition for more info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pratyush&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 08:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91199#M41263</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-01T08:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91200#M41264</link>
      <description>​Hi Pratyush,&lt;BR /&gt;&lt;BR /&gt;I have checked the&amp;nbsp;object "&lt;STRONG&gt;MS Outlook VBO&lt;/STRONG&gt;" where I didn't find any action called "&lt;STRONG&gt;Get Received Items&lt;/STRONG&gt;". Are you using anything different VBO? Could you please share the VBO with me? Also we don't prefer using MS Outlook VBO to communicate Outlook because a Outlook security warning pop up always appears on the screen while using any action of this object. Also neither we have access to disable the Trust centre option nor IT infrastructure team are interested to do.&lt;BR /&gt;&lt;BR /&gt;Please let me know your comments on this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ashis&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashis Kumar Ray&lt;BR /&gt;RPA Developer&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 11:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91200#M41264</guid>
      <dc:creator>Ashis_KumarRay</dc:creator>
      <dc:date>2019-11-01T11:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91201#M41265</link>
      <description>You probably are using MS Outlook VBO from a prior version or from one of our TAP partners. Download the Blue Prism provided VBO from here -&amp;nbsp;https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-outlookvblue-prism-utility&lt;BR /&gt;&lt;BR /&gt;Check if this is working for you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pratyush&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 12:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91201#M41265</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-01T12:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91202#M41266</link>
      <description>..or use the one attached here for BP 6.4 and above&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 12:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91202#M41266</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-01T12:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91203#M41267</link>
      <description>Thanks Pratyush for the file. &lt;BR /&gt;&lt;BR /&gt;While using this object I am getting same Outlook pop up ​warning message on the screen where we have to click allow button to proceed further. Do you use anything to avoid the warning pop up?&lt;BR /&gt;&lt;BR /&gt;Also my requirement is to read the email from a normal shared drive folder not from Outlook folder under inbox so in this case how we can use&amp;nbsp;the action "&lt;STRONG&gt;Get Received Items&lt;/STRONG&gt;" as I didn't get anything out of this. Do you have any example for this?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashis Kumar Ray&lt;BR /&gt;RPA Developer&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 16:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91203#M41267</guid>
      <dc:creator>Ashis_KumarRay</dc:creator>
      <dc:date>2019-11-01T16:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91204#M41268</link>
      <description>I misread your original query. You are right - &lt;STRONG&gt;Get Received Items&lt;/STRONG&gt; will work only for emails in Outlook mailbox but will not work for emails saved in locally. You will have to extend the VBO (i.e. create copy -&amp;gt; modify the required code stages in the actions) to read *.msg files from file system. &lt;BR /&gt;&lt;BR /&gt;Easier alternative is to keep the emails in Outlook and read them directly from there. I am assuming someone is saving these emails in a local folder. If they can instead move these emails to a sub-folder within the Outlook Inbox, then you can use &lt;STRONG&gt;Get Received Items&lt;/STRONG&gt; to retrieve the emails from this sub-folder.&lt;BR /&gt;&lt;BR /&gt;Can you send a screenshot of the Outlook pop-up warning?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 08:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91204#M41268</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-06T08:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91205#M41269</link>
      <description>Attached the Pop-up warning.&lt;BR /&gt;&lt;BR /&gt;We can't disable or enable anything from Outlook as we don't have access and IT team is not interested to give us the access.&lt;BR /&gt;&lt;BR /&gt;Please let me know how we can avoid this by writing any code stage.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ashis&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashis Kumar Ray&lt;BR /&gt;RPA Developer&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2019 13:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91205#M41269</guid>
      <dc:creator>Ashis_KumarRay</dc:creator>
      <dc:date>2019-11-14T13:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91206#M41270</link>
      <description>Hello,&amp;nbsp;&lt;SPAN&gt;Ashis!&lt;BR /&gt;&lt;BR /&gt;Outlook has a default option that prevents third party scripts from accessing it when the antivirus is disable or needs to be updated.&lt;BR /&gt;The best work arround to avoid this from happening again is to go to File &amp;gt;&amp;gt; Options &amp;gt;&amp;gt; Confiabilty Central &amp;gt;&amp;gt; Programming access (My outlook is in portuguese, so it might be a bit different for you). On this window select the Never notify option.&amp;nbsp;&lt;BR /&gt;See the attached printscreen for some visual help.&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Diogo Furlan&lt;BR /&gt;Analyst&lt;BR /&gt;Grupo NC&lt;BR /&gt;America/Sao_Paulo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2019 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91206#M41270</guid>
      <dc:creator>DiogoFurlan</dc:creator>
      <dc:date>2019-11-14T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert msg file to Text file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91207#M41271</link>
      <description>Hi Diogo, &lt;BR /&gt;&lt;BR /&gt;But the issue is, we don't have access to enable that option. I have already checked this option in Google and in blue prism portal as well. &lt;BR /&gt;&lt;BR /&gt;Also IT Infra team ​won't do as this is beyond company policy. Only option is to through Macro.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ashis&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ashis Kumar Ray&lt;BR /&gt;RPA Developer&lt;BR /&gt;TCS&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Nov 2019 17:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-msg-file-to-Text-file/m-p/91207#M41271</guid>
      <dc:creator>Ashis_KumarRay</dc:creator>
      <dc:date>2019-11-14T17:24:00Z</dc:date>
    </item>
  </channel>
</rss>

