<?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 Outlook VBO - Forward in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60554#M13997</link>
    <description>Good Day&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm still new to the developing on blue prism.&lt;BR /&gt;I need to add to the subject line when using the forward option on the MS outlook Email VBO.&lt;BR /&gt;The only inputs is Entry ID, To, CC, Bcc and Message and no Subject?&lt;BR /&gt;How can I add data items to the subject line when forwarding the email in&amp;nbsp; process?&lt;BR /&gt;&lt;BR /&gt;Some help will be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Willem Nel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Oct 2019 11:11:00 GMT</pubDate>
    <dc:creator>WillemNel</dc:creator>
    <dc:date>2019-10-01T11:11:00Z</dc:date>
    <item>
      <title>Outlook VBO - Forward</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60554#M13997</link>
      <description>Good Day&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm still new to the developing on blue prism.&lt;BR /&gt;I need to add to the subject line when using the forward option on the MS outlook Email VBO.&lt;BR /&gt;The only inputs is Entry ID, To, CC, Bcc and Message and no Subject?&lt;BR /&gt;How can I add data items to the subject line when forwarding the email in&amp;nbsp; process?&lt;BR /&gt;&lt;BR /&gt;Some help will be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Willem Nel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2019 11:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60554#M13997</guid>
      <dc:creator>WillemNel</dc:creator>
      <dc:date>2019-10-01T11:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Outlook VBO - Forward</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60555#M13998</link>
      <description>You'll need to modify the code stage to make this work.&lt;BR /&gt;&lt;BR /&gt;At the bottom, where it invokes mail.HTMLBody, add this before it:&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;if Subject &amp;lt;&amp;gt; "" Then
	mail.Subject = Subject
end if​&lt;/PRE&gt;
&lt;BR /&gt;You'll also need to add a text input called Subject.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;Richardson, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60555#M13998</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-10-01T17:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Outlook VBO - Forward</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60556#M13999</link>
      <description>Solved&lt;BR /&gt;&lt;BR /&gt;Hi Ami&lt;BR /&gt;&lt;BR /&gt;I was able to solve.&lt;BR /&gt;Did not copy the code correct.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Willem Nel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2019 07:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Outlook-VBO-Forward/m-p/60556#M13999</guid>
      <dc:creator>WillemNel</dc:creator>
      <dc:date>2019-10-07T07:45:00Z</dc:date>
    </item>
  </channel>
</rss>

