<?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 Unable to download '.msg' attachments (outlook items) using MAPIEx - Get mail (attachment directory) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93183#M42810</link>
    <description>Hi All

I was trying to download an&amp;nbsp;Outlook Item (.msg) from one of the emails using MAPIEx - Get mail (attachment directory) but unfortunately, it was unable to save the attachment.

However, I am able to download documents (PPT, DOC, etc.,)

Could anyone help to save an&amp;nbsp;Outlook Item (.msg) from emails or even saving an email as .msg will also help :)

TIA,

Antony</description>
    <pubDate>Tue, 07 Aug 2018 15:06:00 GMT</pubDate>
    <dc:creator>AntonyPetson</dc:creator>
    <dc:date>2018-08-07T15:06:00Z</dc:date>
    <item>
      <title>Unable to download '.msg' attachments (outlook items) using MAPIEx - Get mail (attachment directory)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93183#M42810</link>
      <description>Hi All

I was trying to download an&amp;nbsp;Outlook Item (.msg) from one of the emails using MAPIEx - Get mail (attachment directory) but unfortunately, it was unable to save the attachment.

However, I am able to download documents (PPT, DOC, etc.,)

Could anyone help to save an&amp;nbsp;Outlook Item (.msg) from emails or even saving an email as .msg will also help :)

TIA,

Antony</description>
      <pubDate>Tue, 07 Aug 2018 15:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93183#M42810</guid>
      <dc:creator>AntonyPetson</dc:creator>
      <dc:date>2018-08-07T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Hi Antonypetson
You can try…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93184#M42811</link>
      <description>Hi Antonypetson
You can try the (Uncertified) MS Outlook VBO referenced in this thread: &lt;A href="https://portal.blueprism.com/forums/technical-queries/faq-hints-tips/mapiex-save-emails-msg-files" target="test_blank"&gt;https://portal.blueprism.com/forums/technical-queries/faq-hints-tips/mapiex-save-emails-msg-files&lt;/A&gt; .
I&amp;nbsp;haven't been able to compile the VBO, as I am running office 2007, I think it requires a newer version of the office package, because I seem to be missing a Microsoft.Office.Interop.Outlook.dll file, which is listed as an external reference under code options for the VBO.
But there should be some VBO actions that can do what you are requesting, if you can compile the VBO without errors, that is.
Good luck.
BR,
Mustafa</description>
      <pubDate>Tue, 07 Aug 2018 16:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93184#M42811</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-07T16:23:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the info,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93185#M42812</link>
      <description>Thanks for the info, mustafauy.
I will try it out and update the outcome. :)
BR.A</description>
      <pubDate>Tue, 07 Aug 2018 18:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93185#M42812</guid>
      <dc:creator>AntonyPetson</dc:creator>
      <dc:date>2018-08-07T18:15:00Z</dc:date>
    </item>
    <item>
      <title>Hi antonypetson&#xD;
I just triedâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93186#M42813</link>
      <description>Hi antonypetson
I just tried out the (Uncertified) MS Outlook VBO on my Windows 10 client with Office 2016, and it works.
1) First of all, I changed the path to the Microsoft.Office.Interop.Outlook.dll file in the VBO from:
C:\Program Files (x86)\Microsoft Office\root\Office16\ADDINS\Microsoft Power Query for Excel Integrated\bin\Microsoft.Office.Interop.Outlook.dll
C:\Program Files (x86)\Microsoft Office\Office16\ADDINS\Microsoft Power Query for Excel Integrated\bin\Microsoft.Office.Interop.Outlook.dll.
This may not be the case for you, try to locate the file and change accordingly in Business Object Properties - Code Options available on initialise page in VBO.
2) You use the MS Outlook VBO (uncertified) VBO's action Get Receieved Items (since date) or any of the other similar get received items actions - to get the items into a collection.
3) You loop this collection of items produced by 2).
4) In this loop you call the MS Outlook VBO (uncertified) VBO's action Save Email As File with input "Entry ID" = [Items.EntryID] and "File Path" = "C:\users\mustafaulasyigit\documents\ &amp;amp; [Items.EntryID] &amp;amp; "".msg"" - or another location to your liking.
Good luck.
BR
Mustafa</description>
      <pubDate>Wed, 08 Aug 2018 12:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93186#M42813</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-08T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi Mustafa
Regarding step 1,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93187#M42814</link>
      <description>Hi&amp;nbsp;Mustafa
Regarding step 1, the dll file was present under the root folder itself so I didn't do any modifications
However , I followed your valuable instruction but unfortunately, getting the below error when I try to save the file (.msg).
Internal : Could not execute code stage because exception thrown by code stage: Value does not fall within the expected range.
Kindly, help me to fix this issue.
BR,
Antony.</description>
      <pubDate>Thu, 16 Aug 2018 17:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93187#M42814</guid>
      <dc:creator>AntonyPetson</dc:creator>
      <dc:date>2018-08-16T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Hey!
Sorry, it's working :)…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93188#M42815</link>
      <description>Hey!
Sorry, it's working :)
I was getting error when I was trying partially with MapIEx and then with uncertified version.&amp;nbsp;
Thanks for the detailed comments on how to achieve it.
BR, Antony.</description>
      <pubDate>Thu, 16 Aug 2018 17:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93188#M42815</guid>
      <dc:creator>AntonyPetson</dc:creator>
      <dc:date>2018-08-16T17:58:00Z</dc:date>
    </item>
    <item>
      <title>Hi anthonypetson
Just to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93189#M42816</link>
      <description>Hi anthonypetson
Just to make sure, you have chosen the MS Outlook VBO (uncertified) VBO's action ""Save Email As File"" and not one of the other actions, right?
Which Windows and Microsoft Office versions do you have?
Are you getting this error, in step 2, 3 or 4?
Please see enclosed file to see screenshots of process layer.
BR,
Mustafa</description>
      <pubDate>Thu, 16 Aug 2018 18:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93189#M42816</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-16T18:03:00Z</dc:date>
    </item>
    <item>
      <title>See enclosed file,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93190#M42817</link>
      <description>See enclosed file, apparently no zip files allowed...
BR,
Mustafa</description>
      <pubDate>Thu, 16 Aug 2018 18:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93190#M42817</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-16T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: See enclosed file,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93191#M42818</link>
      <description>&lt;P&gt;Thank you,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for sharing such good information, for lots of love, and amazing things that you have contributed&lt;A href="https://aeroapp.net/gbwhatsapp-download/"&gt;.&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeevika khan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Oct 2023 15:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-download-msg-attachments-outlook-items-using-MAPIEx/m-p/93191#M42818</guid>
      <dc:creator>Jeevikakhan</dc:creator>
      <dc:date>2023-10-21T15:17:00Z</dc:date>
    </item>
  </channel>
</rss>

