<?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 Hi erick in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77880#M29980</link>
    <description>Hi erick
Thanks for your reply.
I don't think MAPIEx's Send Mail action have ""From"" input.
Are you saying the ""From"" text box of New Mail form of Outlook?
Is it the only solution?</description>
    <pubDate>Tue, 13 Jun 2017 19:37:00 GMT</pubDate>
    <dc:creator>tjunicho</dc:creator>
    <dc:date>2017-06-13T19:37:00Z</dc:date>
    <item>
      <title>How to set the sender of email using MAPIEx?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77878#M29978</link>
      <description>Hi

When using MAPIEx, is it possible to set the sender other than login user such as a group mail address?

Regards,</description>
      <pubDate>Tue, 13 Jun 2017 10:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77878#M29978</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-06-13T10:04:00Z</dc:date>
    </item>
    <item>
      <title>It can be done. Just need to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77879#M29979</link>
      <description>It can be done. Just need to inform the group email address in the from (data item) from MAPIEx. Just a quick reminder that MAPIEx is not designed to work with Outlook 64-bit.</description>
      <pubDate>Tue, 13 Jun 2017 19:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77879#M29979</guid>
      <dc:creator>erick_tauil</dc:creator>
      <dc:date>2017-06-13T19:01:00Z</dc:date>
    </item>
    <item>
      <title>Hi erick</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77880#M29980</link>
      <description>Hi erick
Thanks for your reply.
I don't think MAPIEx's Send Mail action have ""From"" input.
Are you saying the ""From"" text box of New Mail form of Outlook?
Is it the only solution?</description>
      <pubDate>Tue, 13 Jun 2017 19:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77880#M29980</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-06-13T19:37:00Z</dc:date>
    </item>
    <item>
      <title>Are you saying the ""From</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77881#M29981</link>
      <description>Are you saying the ""From"" text box of New Mail form of Outlook? Yes from Outlook (map button with Win32 Spy Mode if your Outlook is 64bits and if you want to work) and From parameter of the data item in the Send Message page from MAPIEx object.</description>
      <pubDate>Tue, 13 Jun 2017 23:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77881#M29981</guid>
      <dc:creator>erick_tauil</dc:creator>
      <dc:date>2017-06-13T23:09:00Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77882#M29982</link>
      <description>Hi
I found the sender method of ""public string SenderEmail { get;  set; }"" in BluePrismMAPIExAutomation.dll.
I've tried to set the sender email address in Code Stage, but it hasn't worked.
Any suggestions?
Regards,</description>
      <pubDate>Wed, 14 Jun 2017 18:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77882#M29982</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-06-14T18:18:00Z</dc:date>
    </item>
    <item>
      <title>What's wrong with the code?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77883#M29983</link>
      <description>What's wrong with the code of ""set sender info""?
======================================
Using msg As New BPMAPIMessage()
If Not msg.Create(mapi) Then Throw New MAPIException( _
	""Failed to create message"")
	msg.Subject = Subject
	msg.Body = Message
       ' Set Sender Info
	msg.SenderEmail = SenderEmail
        msg.SenderName = SenderName
======================================
Regards,</description>
      <pubDate>Sat, 01 Jul 2017 11:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-set-the-sender-of-email-using-MAPIEx/m-p/77883#M29983</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2017-07-01T11:54:00Z</dc:date>
    </item>
  </channel>
</rss>

