<?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: Load a Mail (.eml) from desktop to Outlook in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72759#M25364</link>
    <description>&lt;P&gt;You can look into the functions of the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo" target="_blank" rel="noopener"&gt;Outlook VBO on the DX&lt;/A&gt; (rather than the out-of-the-box Outlook VBO) to determine if there are actions that would meet your requirement here -- the new "Set Profile" action was added a few months ago and could help with switching between mailboxes within a process.&amp;nbsp; Also now that your requirement is clear, others on the Community will hopefully add their suggestions as to how to specifically design a process that can do what you state by using this VBO from the DX.&lt;BR /&gt;&lt;BR /&gt;Alternately, using the OotB Outlook VBO you can switch to a second profile by closing Outlook using a Terminate action from Utility - Environment VBO and reopen it by using Utility - Environment VBO with the script:&amp;nbsp;&lt;EM&gt;"C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE" /profile "MySecondUserProfile"&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Apr 2023 14:25:00 GMT</pubDate>
    <dc:creator>steven.boggs</dc:creator>
    <dc:date>2023-04-13T14:25:00Z</dc:date>
    <item>
      <title>Load a Mail (.eml) from desktop to Outlook</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72756#M25361</link>
      <description>&lt;P&gt;Hy everyone, I would like to load into Outlook a mail that I have saved on my desktop as .eml. Do you know how to do that ?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maurizia Prette&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Apr 2023 15:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72756#M25361</guid>
      <dc:creator>MauriziaPrette</dc:creator>
      <dc:date>2023-04-11T15:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Load a Mail (.eml) from desktop to Outlook</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72757#M25362</link>
      <description>&lt;P&gt;Hi Maurizia,&lt;BR /&gt;&lt;BR /&gt;There should be a few different ways to accomplish what you describe, including using one of the "Utility" VBOs (such as "File Management") to interact with/open the file in Outlook, then use the Outlook VBO (or automate Outlook in another manner) to manipulate the email itself. Alternately, creating a new Object to interact with the .eml file using a code stage would be a more complex option, but could be better customized to your requirements.&lt;BR /&gt;&lt;BR /&gt;So others can offer up additional suggestions, what have you tried so far and what were the results?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2023 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72757#M25362</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-04-12T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Load a Mail (.eml) from desktop to Outlook</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72758#M25363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thank you very much for this suggestion, at the moment I have not done anything.&lt;/P&gt;
&lt;P&gt;My specific need is to load the email into Outlook so that it remains in that mailbox, this is because I have to transfer an email from one Outlook mailbox to another and the only way I thought possible was to download it from a mailbox, save it on the desktop and then reload it on the other box.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have any other suggestion ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maurizia Prette&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Apr 2023 08:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72758#M25363</guid>
      <dc:creator>MauriziaPrette</dc:creator>
      <dc:date>2023-04-13T08:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Load a Mail (.eml) from desktop to Outlook</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72759#M25364</link>
      <description>&lt;P&gt;You can look into the functions of the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo" target="_blank" rel="noopener"&gt;Outlook VBO on the DX&lt;/A&gt; (rather than the out-of-the-box Outlook VBO) to determine if there are actions that would meet your requirement here -- the new "Set Profile" action was added a few months ago and could help with switching between mailboxes within a process.&amp;nbsp; Also now that your requirement is clear, others on the Community will hopefully add their suggestions as to how to specifically design a process that can do what you state by using this VBO from the DX.&lt;BR /&gt;&lt;BR /&gt;Alternately, using the OotB Outlook VBO you can switch to a second profile by closing Outlook using a Terminate action from Utility - Environment VBO and reopen it by using Utility - Environment VBO with the script:&amp;nbsp;&lt;EM&gt;"C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE" /profile "MySecondUserProfile"&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Apr 2023 14:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Load-a-Mail-eml-from-desktop-to-Outlook/m-p/72759#M25364</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-04-13T14:25:00Z</dc:date>
    </item>
  </channel>
</rss>

