<?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: Delete Outlook Email in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65280#M17910</link>
    <description>&lt;P&gt;You need two backslashes at the beginning. Example: &lt;STRONG&gt;\\Name@organization.com\Sent Items\Current Mails&lt;/STRONG&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Feb 2023 14:10:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2023-02-21T14:10:00Z</dc:date>
    <item>
      <title>Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65271#M17901</link>
      <description>&lt;P&gt;&amp;nbsp;Hii all my requirment is .Create a reusable process to cleanup mails in an outlook folder.Process should get the startup param such as folder name and datetim&lt;/P&gt;
&lt;P&gt;for example - if we need to delete emails in Sent items which are 90 days older&amp;nbsp; , i tried using delete outlook email action under outllok vbo but it is asking entry id as input , but there is no action under outllok vbo which provide entry id as output . can u provide any suggestions or help with this please&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 07:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65271#M17901</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T07:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65272#M17902</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="edde0340-4174-490d-86e6-8c22f92b7619" data-tag-text="@Gowtham Bopaiah" href="https://community.blueprism.com/network/profile?UserKey=edde0340-4174-490d-86e6-8c22f92b7619" data-itemmentionkey="7fe3c388-4e49-48ce-80e6-f3de4344e193"&gt;@Gowtham Bopaiah&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately there is no action to delete all emails within a specific time frame. You could likely build a custom code stage to do this if you really required it but with the standard actions for outlook you would need to use Get Emails to get all the emails within the date ranges you provide and from the collection list of emails produced you can loop this and use Delete Email action. The get emails action will provide you the email entryID require to delete each one individually.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65272#M17902</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-02-21T10:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65273#M17903</link>
      <description>&lt;P&gt;thanks for the reply Michael , if i just want to delete mail its asking entry id , how to get the entry id as there is no ms outook action which provides entry id as output&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65273#M17903</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T10:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65274#M17904</link>
      <description>&lt;P&gt;Unfortunately the only way to get the entry ID is to use the get emails action. This will provide all the details for each email matching the search criteria including the entry id for each. There isnt another action that will provide the entry id for the mail items apart from this, when you use this it will output everything to a collection and the collection will contain the entry ID as field.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65274#M17904</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-02-21T10:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65275#M17905</link>
      <description>&lt;P&gt;my outllok vbo doesnt have this get email action , it has get sent items and recieved items but , those action output does'nt have entry id&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65275#M17905</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T10:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65276#M17906</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;If you are using the standard Outlook VBO then the Get received Items(Basic) is used for getting emails from the mailbox. The output wont specifically have a data item for entry id's it will be a collection for Items which will contain all the information relating to all the emails gathering using the search criteria. Within the collection the entry ID is produced for each email in the collection. I've provided some screenshots below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30892.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31020i6D695186F250E66D/image-size/large?v=v2&amp;amp;px=999" role="button" title="30892.png" alt="30892.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30893.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31022iE3682325EFBAD652/image-size/large?v=v2&amp;amp;px=999" role="button" title="30893.png" alt="30893.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30894.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31026i45B271D36E11B8F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="30894.png" alt="30894.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 11:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65276#M17906</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2023-02-21T11:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65277#M17907</link>
      <description>&lt;P&gt;thanks a lot Michael&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 11:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65277#M17907</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T11:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65278#M17908</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30900.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31027i95956AC3F98A9C9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="30900.png" alt="30900.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any suggestion&amp;nbsp; how the file path should be given i have mail in sent items and in current mailbox folder&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 11:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65278#M17908</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T11:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65279#M17909</link>
      <description>&lt;P&gt;"\Name@organization.com\Sent Items\Current Mails" iam passing this but iam getting error saying invalid path ,if i remove "" then bp throughs error as expected input is text&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 12:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65279#M17909</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T12:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65280#M17910</link>
      <description>&lt;P&gt;You need two backslashes at the beginning. Example: &lt;STRONG&gt;\\Name@organization.com\Sent Items\Current Mails&lt;/STRONG&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 14:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65280#M17910</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-02-21T14:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65281#M17911</link>
      <description>&lt;P&gt;Thanks Eric&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 14:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65281#M17911</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-21T14:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65282#M17912</link>
      <description>&lt;P&gt;Hii.Is there any custom code to delete mails in bulk , taling entry id's as collection , looping&amp;nbsp; through entry id's usuallyb takes a lot of time&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gowtham Bopaiah&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2023 05:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65282#M17912</guid>
      <dc:creator>GowthamBopaiah</dc:creator>
      <dc:date>2023-02-23T05:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete Outlook Email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65283#M17913</link>
      <description>&lt;P&gt;Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="edde0340-4174-490d-86e6-8c22f92b7619" data-tag-text="@Gowtham Bopaiah" href="https://community.blueprism.com/network/profile?UserKey=edde0340-4174-490d-86e6-8c22f92b7619" data-itemmentionkey="4be6a3df-54b9-44a3-8ac9-22369a250fba"&gt;@Gowtham Bopaiah&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Microsoft Graph supports a &lt;STRONG&gt;batch&lt;/STRONG&gt; endpoint which could be used to perform multiple actions through one request. We haven't implemented this in the Outlook connector yet, but I will add it to our backlog. In the meantime, here's a link to the Microsoft documentation that discusses the batch endpoint in case you want to try implementing it yourself.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/json-batching" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/graph/json-batching&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2023 16:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-Outlook-Email/m-p/65283#M17913</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-02-23T16:53:00Z</dc:date>
    </item>
  </channel>
</rss>

