<?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 Send an email with an attachment in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91548#M41534</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am trying to send an email with an attachment but I am getting the following error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The folder in question was created by Blue Prism in the same process using the Utility File management create directory.&amp;nbsp; So there should be no security checks on it, only the standard ones .&lt;/P&gt;
&lt;P&gt;Does BP require a special user to be added so that it can access folders?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19598.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19749i5C17B0CDC08AC4B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="19598.png" alt="19598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rachael Sherry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Aug 2023 15:56:00 GMT</pubDate>
    <dc:creator>RSHERRY</dc:creator>
    <dc:date>2023-08-25T15:56:00Z</dc:date>
    <item>
      <title>Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91548#M41534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am trying to send an email with an attachment but I am getting the following error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The folder in question was created by Blue Prism in the same process using the Utility File management create directory.&amp;nbsp; So there should be no security checks on it, only the standard ones .&lt;/P&gt;
&lt;P&gt;Does BP require a special user to be added so that it can access folders?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19598.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19749i5C17B0CDC08AC4B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="19598.png" alt="19598.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rachael Sherry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2023 15:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91548#M41534</guid>
      <dc:creator>RSHERRY</dc:creator>
      <dc:date>2023-08-25T15:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91549#M41535</link>
      <description>&lt;P&gt;Hi Rachael Sherry,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Are you able to create the file with the same name by&amp;nbsp; manually navigating the path ?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2023 22:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91549#M41535</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-08-25T22:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91550#M41536</link>
      <description>&lt;P&gt;According to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.io.file.delete(v=vs.110).aspx" rel="noopener noreferrer" target="_blank"&gt;File.Delete Method&lt;/A&gt;...&lt;/P&gt;
&lt;P&gt;An&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;UnauthorizedAccessException&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;means one of 4 things:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The caller does not have the required permission.&lt;/LI&gt;
&lt;LI&gt;The file is an executable file that is in use.&lt;/LI&gt;
&lt;LI&gt;Path is a directory.&lt;/LI&gt;
&lt;LI&gt;Path specified a read-only file.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Reference from stack overflow(https://stackoverflow.com/questions/8821410/why-is-access-to-the-path-denied)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2023 22:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91550#M41536</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-08-25T22:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91551#M41537</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/45631"&gt;@RSHERRY&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Please check the length of your attachment name, if it is greater than 64 characters including spaces this might result in the error that you've shared also I cannot see any extension in the filename which might be causing the issue.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Babjee Vangipurapu &lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Wonderbotz&lt;BR /&gt;India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2023 06:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91551#M41537</guid>
      <dc:creator>Babjee24</dc:creator>
      <dc:date>2023-09-03T06:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91552#M41538</link>
      <description>&lt;P&gt;Copy the same path and try to open it manually and check whether your able to access it. Based on the outcome we will proceed further.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Sep 2023 08:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91552#M41538</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-09-03T08:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send an email with an attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91553#M41539</link>
      <description>&lt;P&gt;Hi Babjee , well spotted that was exactly what the error was . I had left out the file extension .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The email has now sent with the attachment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rachael Sherry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2023 07:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-an-email-with-an-attachment/m-p/91553#M41539</guid>
      <dc:creator>RSHERRY</dc:creator>
      <dc:date>2023-09-04T07:44:00Z</dc:date>
    </item>
  </channel>
</rss>

