<?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: MS Outlook VBO in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57937#M1566</link>
    <description>From what I can tell, this is not currently possible using Microsoft's Outlook API (likely seen to be a security concern).&lt;BR /&gt;&lt;BR /&gt;However, if you're able to send messages using SMTP instead, one of the options in the smtp.send method&amp;nbsp;&lt;EM&gt;will&lt;/EM&gt; let you specify the from address. Theoretically, this does not require delegate access.&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient.send?view=netcore-3.1" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient.send?view=netcore-3.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Aug 2020 14:47:00 GMT</pubDate>
    <dc:creator>AmiBarrett</dc:creator>
    <dc:date>2020-08-05T14:47:00Z</dc:date>
    <item>
      <title>MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57934#M1563</link>
      <description>Hi,&lt;BR /&gt;For MS Outlook sending from one address and getting replies at another is possible. If you want to send your messages from one address but prefer to receive replies at another (at least most of the time), Outlook handles the reply-to field for you after you change one account setting.&lt;BR /&gt;How to put in sending messages a return different address?&lt;BR /&gt;&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;Is it possible to handle the "Reply to" function available in outlook by MS Outlook VBO?&lt;BR /&gt;&lt;BR /&gt;I will be appreciated for any advice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marcin Grzelak&lt;BR /&gt;RPA Developer&lt;BR /&gt;Open Life TU Życie S.A.&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57934#M1563</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2020-08-04T13:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57935#M1564</link>
      <description>It&amp;nbsp;&lt;EM&gt;sounds&lt;/EM&gt; like you're trying to send as a delegate. The below code should be inserted before mail.Save and mail.Send. It expects an inbound Text/String by the name of SendFrom.&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;SPAN class="token keyword"&gt;if&lt;/SPAN&gt; SendFrom &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;gt;&lt;/SPAN&gt; Nothing
	mail&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;SentOnBehalfOfName &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; SendFrom
end &lt;SPAN class="token keyword"&gt;if&lt;/SPAN&gt;​&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57935#M1564</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2020-08-04T14:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57936#M1565</link>
      <description>&lt;P&gt;Hi Amit,&lt;BR /&gt;thanks a lot for your response.&lt;BR /&gt;&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;however, what you are proposing is sending messages on behalf of, so I need to have access to the mailbox of the user on behalf of whom I am sending the message. I need to send a message like below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;User 1 -&amp;gt; will send a message to customer&lt;BR /&gt;Customer -&amp;gt; will receive the message&lt;BR /&gt;Customer -&amp;gt; will reply to the message&lt;BR /&gt;User 2 -&amp;gt; will receive a this message&lt;BR /&gt;How can I give a different reply address to this outgoing message.&lt;BR /&gt;&lt;BR /&gt;Please kindly see this article and sections: "Change default reply to address for all email messages sent from a specific account"&lt;BR /&gt;&lt;A href="https://kb.intermedia.net/article/2387" target="test_blank"&gt;https://kb.intermedia.net/article/2387&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Marcin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marcin Grzelak&lt;BR /&gt;RPA Developer&lt;BR /&gt;Open Life TU Życie S.A.&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2020 10:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57936#M1565</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2020-08-05T10:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57937#M1566</link>
      <description>From what I can tell, this is not currently possible using Microsoft's Outlook API (likely seen to be a security concern).&lt;BR /&gt;&lt;BR /&gt;However, if you're able to send messages using SMTP instead, one of the options in the smtp.send method&amp;nbsp;&lt;EM&gt;will&lt;/EM&gt; let you specify the from address. Theoretically, this does not require delegate access.&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient.send?view=netcore-3.1" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient.send?view=netcore-3.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57937#M1566</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2020-08-05T14:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57938#M1567</link>
      <description>Hi Marcin,&lt;BR /&gt;&lt;BR /&gt;Are you able to use the Forward action instead? Reply by definition goes back to the original sender. Forward should allow you to specify a different To Email Address freely. In the Outlook VBO shipped with v6.8, you will also have the ability to alter the subject line for the Forward action to become different than the original. You may very well use this feature to alter the subject so it acts like reply by adding the prefix "Re: ".&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2020 23:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57938#M1567</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2020-08-05T23:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57939#M1568</link>
      <description>Thanks a lot for reply. &lt;BR /&gt;&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;It is true that it is possible via SMTP / POP.&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN title="" class=""&gt;Unfortunately, my organization uses Exchange &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I will be looking for a different solution.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marcin Grzelak&lt;BR /&gt;RPA Developer&lt;BR /&gt;Open Life TU Życie S.A.&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2020 10:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57939#M1568</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2020-08-24T10:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57940#M1569</link>
      <description>It is &lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;true, it goes back to the original sender.&lt;BR /&gt;&lt;BR /&gt;I need to send a message like below:&lt;BR /&gt;User 1 (bot/digital worker) -&amp;gt; will send a message to customer&lt;BR /&gt;Customer -&amp;gt; will receive the message&lt;BR /&gt;Customer -&amp;gt; will reply to the message&lt;BR /&gt;User 2 (employee) -&amp;gt; will receive a this message&lt;BR /&gt;The customer usually replies to the message but not forward it (forwarding requires an e-mail address)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marcin Grzelak&lt;BR /&gt;RPA Developer&lt;BR /&gt;Open Life TU Życie S.A.&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2020 10:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57940#M1569</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2020-08-24T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57941#M1570</link>
      <description>In most cases, I've seen that businesses who use Exchange also have a set of SMTP info you can use. Have you checked with your IT group to see if this applies where you're at?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Plano, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2020 15:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57941#M1570</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2020-08-24T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Outlook VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57942#M1571</link>
      <description>&lt;SPAN class="tlid-translation translation" lang="en"&gt;&lt;SPAN title="" class=""&gt;I used SMTP protocol and it works!!&lt;BR /&gt;&lt;BR /&gt;but I see that sometimes in the 'sent' folder on the outlook there are no some messages that was sent via my robot. When I download sent messages with the VBO 'get sent item' (basic) functions they are the email are available as sent. Do you know why?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Marcin Grzelak&lt;BR /&gt;RPA Developer&lt;BR /&gt;Open Life TU Życie S.A.&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Outlook-VBO/m-p/57942#M1571</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2020-10-06T13:10:00Z</dc:date>
    </item>
  </channel>
</rss>

