<?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 Guy's Problem solve but i… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94205#M43614</link>
    <description>Guy's Problem solve but i found tricky approach.
add picture as attachment in mail also send picture name in mail body.</description>
    <pubDate>Mon, 04 Mar 2019 16:22:00 GMT</pubDate>
    <dc:creator>AshutoshRai</dc:creator>
    <dc:date>2019-03-04T16:22:00Z</dc:date>
    <item>
      <title>Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94201#M43610</link>
      <description>Hi,

&amp;nbsp;

I try to embed a picture in email body but still not able to slove this using outlook vbo.

1.I cannot upload that image to any server due to client security issue.

2.I tried&amp;nbsp; to convert image in base64 string and append the whole string in image. Try in many way but not able to see image in mail body only cross red at place of image inside the body.

3. Tried copy and paste&amp;nbsp; as manully we do but fail, it's added as a attachment in mail.

&amp;nbsp;

Any suggesstion ?

Thanks in advance !

&amp;nbsp;</description>
      <pubDate>Sat, 16 Feb 2019 21:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94201#M43610</guid>
      <dc:creator>AshutoshRai</dc:creator>
      <dc:date>2019-02-16T21:28:00Z</dc:date>
    </item>
    <item>
      <title>You can do it by using HTML…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94202#M43611</link>
      <description>You can do it by using HTML and the ""cid"" property. This is an example using the ""Send Email"" action of the MS Outlook Email VBO:
To: username@domain.com
Subject: Any subject
Message: 
Attachment:&amp;nbsp;""C:\Temp\MyImage.jpg""
Note that basically you have to attach the image to the email by specifying the path. Then you can use the ""cid"" property to specify what's the name of the image that you want to include in the message.
&amp;nbsp;</description>
      <pubDate>Sun, 17 Feb 2019 21:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94202#M43611</guid>
      <dc:creator>MelissaSuarez_G</dc:creator>
      <dc:date>2019-02-17T21:26:00Z</dc:date>
    </item>
    <item>
      <title>You can also encode the…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94203#M43612</link>
      <description>You can also encode the image to a string and embed that, assuming you've got the output e-mail set as HTML. Please refer to this thread and the thread it links to for additional info.
&lt;A href="https://portal.blueprism.com/forums/technical-queries/spyingapplication…" target="test_blank"&gt;https://portal.blueprism.com/forums/technical-queries/spyingapplication…&lt;/A&gt;</description>
      <pubDate>Mon, 18 Feb 2019 20:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94203#M43612</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-02-18T20:12:00Z</dc:date>
    </item>
    <item>
      <title>@Amibarrett  I did  that not…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94204#M43613</link>
      <description>@Amibarrett&amp;nbsp; I did&amp;nbsp;&amp;nbsp;that&amp;nbsp;not able to find image in body but red cross is showing instead. Base64 string is too much lengthy and above &amp;nbsp;mentioned&amp;nbsp; i tried this.
This is not working for me.
&amp;nbsp;
Thanks for suggestion !</description>
      <pubDate>Sat, 23 Feb 2019 12:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94204#M43613</guid>
      <dc:creator>AshutoshRai</dc:creator>
      <dc:date>2019-02-23T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Guy's Problem solve but i…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94205#M43614</link>
      <description>Guy's Problem solve but i found tricky approach.
add picture as attachment in mail also send picture name in mail body.</description>
      <pubDate>Mon, 04 Mar 2019 16:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94205#M43614</guid>
      <dc:creator>AshutoshRai</dc:creator>
      <dc:date>2019-03-04T16:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94206#M43615</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am also facing issue in embedding image in email body as inline. I am using BP v6.3. I have tried this with 'Microsoft outlook email VBO' Send Email action. I added "cid:img.png" in HTML IMG tag and provided that image path as input parameter (Attachments) for Send Email action. It shows error text 'Linked Image is moved or deleted'&lt;BR /&gt;&lt;BR /&gt;Can someone help me with solution. Anyone has tried this and succeed.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shahaji Suryawanshi&lt;BR /&gt;Associate&lt;BR /&gt;Credit Suisse&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94206#M43615</guid>
      <dc:creator>ShahajiSuryawan</dc:creator>
      <dc:date>2019-10-16T12:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94207#M43616</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Issue resolved ? If resolved please help to me.&lt;BR /&gt;&lt;BR /&gt;I am also facing same problem.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;poornachandu ponakala&lt;BR /&gt;Application development senor analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2022 08:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94207#M43616</guid>
      <dc:creator>poornachandupon</dc:creator>
      <dc:date>2022-02-01T08:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94208#M43617</link>
      <description>I was trying to achieve the same and would like to share what worked for on MS Outlook VBO for future readers.&lt;BR /&gt;&lt;BR /&gt;In your email body add/append this text (replace with your actual image path)- &amp;lt;img src="C:\temp\test.png"&amp;gt; and your image will be sent in the email body instead of an attachment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2022 11:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94208#M43617</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-11-14T11:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94209#M43618</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt; for sharing this. i tried this and it is working .&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24639.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24771i6F62FFA2AB550242/image-size/large?v=v2&amp;amp;px=999" role="button" title="24639.png" alt="24639.png" /&gt;&lt;/span&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2022 07:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94209#M43618</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-11-15T07:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94210#M43619</link>
      <description>Instead of the "C:\temp\test.png", use a URL accessible to the recipient. Or the receiver should not be able to see that image.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bohyon Hwang&lt;BR /&gt;Director&lt;BR /&gt;블루프리즘&lt;BR /&gt;Seoul&lt;BR /&gt;+82262033950&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2022 08:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94210#M43619</guid>
      <dc:creator>BohyonHwang</dc:creator>
      <dc:date>2022-11-15T08:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embed a image in email body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94211#M43620</link>
      <description>cid is a Content-ID, not a file name or URL name.&lt;BR /&gt;&lt;BR /&gt;cid is used for inline image transfer, which requires multipart content transfer capability.&lt;BR /&gt;If then, you could send the HTML along with the image as follows - just snippets..&lt;BR /&gt;&lt;BR /&gt;--......&lt;BR /&gt;Content-Type: text/html;&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;......&lt;BR /&gt;&amp;lt;img src="cid:2424bd42-538c-4b32-af5c-b3020c193bc9"&amp;gt;&lt;BR /&gt;......&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&lt;BR /&gt;--......&lt;BR /&gt;Content-Type: image/png; name="img.png"&lt;BR /&gt;Content-ID: &amp;lt;2424bd42-538c-4b32-af5c-b3020c193bc9&amp;gt;&lt;BR /&gt;Content-Transfer-Encoding: base64&lt;BR /&gt;&lt;BR /&gt;iVBORw0KGgoAAAANSUhEUgAAAGQAAABjCAYAAABt56XsAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAg&lt;BR /&gt;AElEQVR4nHS92ZNl2XXe91tr732Ge29OVVljd3U3ugEQAwGQGIKmKDNERtDh6cGiHWG/KMIRtv8A&lt;BR /&gt;P/nRfHL4ye+WIixa4mDRJk1LtkhKoknJIQogREwkAGJodKPRY4053nvPOXvv5Ye9z80sULoVGVmZ&lt;BR /&gt;......&lt;BR /&gt;Ll26xNHRIc71MgxGhe976kKjkZC1tQsorWg6T2wd2hY8d+dVXv7yG/z+t7/PB7/+Lf8Hrz3+K9JH&lt;BR /&gt;GWAAAAAASSUVORK5CYII=&lt;BR /&gt;&lt;BR /&gt;--......&lt;BR /&gt;END OF snippets&lt;BR /&gt;&lt;BR /&gt;Unfortunately, MS Outlook Emal VBO doesn't seem to have such a feature.&lt;BR /&gt;I wish there may be some VBO for this purpose.&lt;BR /&gt;&lt;BR /&gt;Another way would be to create action stages that directly controls Outlook without using VBOs.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bohyon Hwang&lt;BR /&gt;Director&lt;BR /&gt;블루프리즘&lt;BR /&gt;Seoul&lt;BR /&gt;+82262033950&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2022 09:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embed-a-image-in-email-body/m-p/94211#M43620</guid>
      <dc:creator>BohyonHwang</dc:creator>
      <dc:date>2022-11-15T09:03:00Z</dc:date>
    </item>
  </channel>
</rss>

