<?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 Hello,
I added one action… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74281#M26886</link>
    <description>Hello,
I added one action called Get Mail by ID in the MAPIEx object.
Just make a copy of ""Get Mail"" and edit the code like that :
Don't forget to add a new input called ""Input ID"" in the code stage
----------------------------------------
' Assume success
Success = True
Error_Message = """"
Dim NewID As String = """"
Try
&amp;nbsp;&amp;nbsp; &amp;nbsp;Using mapi As New NetMAPI()
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'log into mapi
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;mapi.Login(Profile)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenMessageStore() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to access message store"")
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenInbox() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to access inbox"")
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'open sub folder if specified
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dim msgFolder As String = ""Inbox""
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Sub_Folder  """" Then
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;msgFolder = ""sub-folder '"" &amp;amp; Sub_Folder &amp;amp; ""'""
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenSubFolder(Sub_Folder) Then _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Throw New MAPIException(""Failed to open {0}"", msgFolder)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;End If
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.GetContents() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to get contents of {0}"", msgFolder)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If mapi.RowCount</description>
    <pubDate>Thu, 02 Aug 2018 13:11:00 GMT</pubDate>
    <dc:creator>BekhanBatalov</dc:creator>
    <dc:date>2018-08-02T13:11:00Z</dc:date>
    <item>
      <title>MAPIEx - Get Mail Action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74276#M26881</link>
      <description>Hi,

I am wondering if anyone can explain, why the MAPIEx - Get Mail Action does not have the ability to use the "ID" of an email as an input?

Kind regards,

Rhys</description>
      <pubDate>Fri, 12 Jan 2018 15:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74276#M26881</guid>
      <dc:creator>RhysBuswell</dc:creator>
      <dc:date>2018-01-12T15:25:00Z</dc:date>
    </item>
    <item>
      <title>It's the way the Mapiex…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74277#M26882</link>
      <description>It's the way the Mapiex library works, but I agree it can be limiting. We're working on a mail VBO that is able to get specific mail items.</description>
      <pubDate>Fri, 12 Jan 2018 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74277#M26882</guid>
      <dc:creator>BPRobot1BPRobot</dc:creator>
      <dc:date>2018-01-12T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Any idea when this Mail VBO…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74278#M26883</link>
      <description>Any idea when this Mail VBO object will be available?&amp;nbsp;
Do you have any suggestions for what can be done in the meantime?&amp;nbsp;</description>
      <pubDate>Fri, 12 Jan 2018 16:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74278#M26883</guid>
      <dc:creator>RhysBuswell</dc:creator>
      <dc:date>2018-01-12T16:48:00Z</dc:date>
    </item>
    <item>
      <title>I am getting…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74279#M26884</link>
      <description>I am getting&amp;nbsp;MAPIExAutomation does not exist while try to run through VDI</description>
      <pubDate>Fri, 12 Jan 2018 17:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74279#M26884</guid>
      <dc:creator>priyankakh</dc:creator>
      <dc:date>2018-01-12T17:20:00Z</dc:date>
    </item>
    <item>
      <title>How will the Mail VBO work? …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74280#M26885</link>
      <description>How will the Mail VBO work?&amp;nbsp; Is the VBO MAPI based or will it use Exchange Web Services (EWS) in order to interact with Exchange 2016 since it appears that 2016 does not support MAPI directly.</description>
      <pubDate>Tue, 23 Jan 2018 22:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74280#M26885</guid>
      <dc:creator>bpirigyi</dc:creator>
      <dc:date>2018-01-23T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Hello,
I added one action…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74281#M26886</link>
      <description>Hello,
I added one action called Get Mail by ID in the MAPIEx object.
Just make a copy of ""Get Mail"" and edit the code like that :
Don't forget to add a new input called ""Input ID"" in the code stage
----------------------------------------
' Assume success
Success = True
Error_Message = """"
Dim NewID As String = """"
Try
&amp;nbsp;&amp;nbsp; &amp;nbsp;Using mapi As New NetMAPI()
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'log into mapi
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;mapi.Login(Profile)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenMessageStore() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to access message store"")
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenInbox() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to access inbox"")
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'open sub folder if specified
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dim msgFolder As String = ""Inbox""
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Sub_Folder  """" Then
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;msgFolder = ""sub-folder '"" &amp;amp; Sub_Folder &amp;amp; ""'""
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.OpenSubFolder(Sub_Folder) Then _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Throw New MAPIException(""Failed to open {0}"", msgFolder)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;End If
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If Not mapi.GetContents() Then Throw New MAPIException( _
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; ""Failed to get contents of {0}"", msgFolder)
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;If mapi.RowCount</description>
      <pubDate>Thu, 02 Aug 2018 13:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Get-Mail-Action/m-p/74281#M26886</guid>
      <dc:creator>BekhanBatalov</dc:creator>
      <dc:date>2018-08-02T13:11:00Z</dc:date>
    </item>
  </channel>
</rss>

