<?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 Read &amp;quot;on behalf of&amp;quot; email address in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48798#M4289</link>
    <description>Hi All,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have a requirement where we want to read "on behalf of" email address.&lt;BR /&gt;For eg. if I get an email&amp;nbsp; &amp;nbsp; &amp;nbsp; abc on behalf of xyz, then I want to read the email address of xyz.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sagar Dubey&lt;BR /&gt;Application Development Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Indian/Chagos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Nov 2019 16:11:00 GMT</pubDate>
    <dc:creator>SagarDubey1</dc:creator>
    <dc:date>2019-11-20T16:11:00Z</dc:date>
    <item>
      <title>Read "on behalf of" email address</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48798#M4289</link>
      <description>Hi All,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have a requirement where we want to read "on behalf of" email address.&lt;BR /&gt;For eg. if I get an email&amp;nbsp; &amp;nbsp; &amp;nbsp; abc on behalf of xyz, then I want to read the email address of xyz.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sagar Dubey&lt;BR /&gt;Application Development Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;Indian/Chagos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48798#M4289</guid>
      <dc:creator>SagarDubey1</dc:creator>
      <dc:date>2019-11-20T16:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read "on behalf of" email address</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48799#M4290</link>
      <description>Please check the microsoft documentation for knowing the elements of mailmessage class&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.mailmessage?view=netframework-4.8" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.mailmessage?view=netframework-4.8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May be a"REPLY-TO" is what you need.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2019 09:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48799#M4290</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-11-25T09:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read "on behalf of" email address</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48800#M4291</link>
      <description>You linked a System.Net.Mail class docs, which is used to send mail via smtp and can't be used to receive mail, which is what Sagar needs.&lt;BR /&gt;Otherwise, there are From and Sender. ReplyTo is a different thing.&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/4367358/whats-the-difference-between-sender-from-and-return-path" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/4367358/whats-the-difference-between-sender-from-and-return-path&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is possible to do with EWS. Not sure about outlook VBO, but likely possible with customization if not available oob. I doubt that you can do that with mapiex.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48800#M4291</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-11-28T13:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Read "on behalf of" email address</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48801#M4292</link>
      <description>I've used the NEOOPS MS Outlook VBO from the Digital Exchange to 'read on behalf of' a shared mailbox. I had a little bit of difficulty getting it to work at first, but once I figured out that I needed to add the shared mailbox to the Outlook profile everything works perfectly.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matt Palmer&lt;BR /&gt;Business Process Specialist&lt;BR /&gt;Chesapeake Energy&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Read-quot-on-behalf-of-quot-email-address/m-p/48801#M4292</guid>
      <dc:creator>MattPalmer</dc:creator>
      <dc:date>2019-12-05T13:40:00Z</dc:date>
    </item>
  </channel>
</rss>

