<?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: Dealing with Azure MIP  to send email from outlook 365 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46320#M2345</link>
    <description>Hi Eric,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your confirmation about the actual capabilities delivered by Microsoft.&lt;BR /&gt;&lt;BR /&gt;Here what i did in send mail action (do not forget that it didn't work unless you already used the outlook addin in the same outlook session)&amp;nbsp;&lt;BR /&gt;I use some choice and calc before the code stage cause i'm not used to VB.&lt;BR /&gt;&lt;BR /&gt;1) Add the input [Label Name]&amp;nbsp;&lt;BR /&gt;2) Set [Label GUID] depending on the label name (with a default value if [Label Name] is empty)&lt;BR /&gt;3) Set [Headers AIP] with this&amp;nbsp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Enabled=True; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_SetDate=" &amp;amp; Now() &amp;amp; "; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Method=Privileged; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Name=" &amp;amp; [Label Name] &amp;amp; "; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_SiteId=" &amp;amp; [SiteID GUID]&lt;BR /&gt;&lt;BR /&gt;4) Add two lines at the beginning of the code stage&lt;BR /&gt;&lt;BR /&gt;Dim app = CreateObject("Outlook.Application")&lt;BR /&gt;Dim _nameSpace = app.GetNameSpace("MAPI")&lt;BR /&gt;Dim mail = app.CreateItem(0)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Dim oPA = mail.PropertyAccessor &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;oPA.SetProperty ("http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/MSIP_Labels", Headers_AIP)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;philippe boutry&lt;BR /&gt;Blueprism Solution designer&lt;BR /&gt;Aubay&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Jan 2023 09:53:00 GMT</pubDate>
    <dc:creator>pboutry</dc:creator>
    <dc:date>2023-01-26T09:53:00Z</dc:date>
    <item>
      <title>Dealing with Azure MIP  to send email from outlook 365</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46317#M2342</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm trying to send an email using ms-outlook VBO.&amp;nbsp; Site configuration is office 365 online with Microsoft Information Protection activated. Outlook prompts you to select a label (sensitivity) each time you send a mail.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I programmatically added the requested headers in the VBO and it works fine if only i launch previously outlook and send a mail manually. If i do not do that, the outlook prompt appears when i run the send mail action.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have any insight or previous experience to deal with this MIP?&amp;nbsp;&lt;BR /&gt;I found a VBO in digital exchange but it sets a label on file only.&lt;BR /&gt;&lt;BR /&gt;Bes regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;philippe boutry&lt;BR /&gt;Blueprism Solution designer&lt;BR /&gt;Aubay&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2023 10:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46317#M2342</guid>
      <dc:creator>pboutry</dc:creator>
      <dc:date>2023-01-25T10:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dealing with Azure MIP  to send email from outlook 365</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46318#M2343</link>
      <description>In the DX Channel is available a VBO that works with this feature from Office (&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism---microsoft-information-protection---labels" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Function for Blue Prism - Microsoft Information Protection - Labels - 1.0.0-rc&lt;/STRONG&gt;&lt;/A&gt;)&lt;BR /&gt;At this moment this is community supported.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20046.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20198iA3C6F8D971AA9FE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="20046.png" alt="20046.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Luis Lopez&lt;BR /&gt;Customer Support Engineer English and Spanish&lt;BR /&gt;Blue Prism Ltd&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46318#M2343</guid>
      <dc:creator>expertcr</dc:creator>
      <dc:date>2023-01-25T20:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dealing with Azure MIP  to send email from outlook 365</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46319#M2344</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/36437"&gt;@pboutry&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Microsoft hasn't yet included any MIP-specific capabilities directly in the Graph API (recommended API for working with Microsoft 365) or the native Outlook object model. I believe they've added one or two endpoints in the beta release of Graph, but that's not recommended for production use.&lt;BR /&gt;&lt;BR /&gt;Can you tell me more about the headers you're adding?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&amp;nbsp; ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2023 21:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46319#M2344</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-01-25T21:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Dealing with Azure MIP  to send email from outlook 365</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46320#M2345</link>
      <description>Hi Eric,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your confirmation about the actual capabilities delivered by Microsoft.&lt;BR /&gt;&lt;BR /&gt;Here what i did in send mail action (do not forget that it didn't work unless you already used the outlook addin in the same outlook session)&amp;nbsp;&lt;BR /&gt;I use some choice and calc before the code stage cause i'm not used to VB.&lt;BR /&gt;&lt;BR /&gt;1) Add the input [Label Name]&amp;nbsp;&lt;BR /&gt;2) Set [Label GUID] depending on the label name (with a default value if [Label Name] is empty)&lt;BR /&gt;3) Set [Headers AIP] with this&amp;nbsp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Enabled=True; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_SetDate=" &amp;amp; Now() &amp;amp; "; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Method=Privileged; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_Name=" &amp;amp; [Label Name] &amp;amp; "; " &amp;amp;&lt;BR /&gt;"MSIP_Label_" &amp;amp; [Label GUID] &amp;amp; "_SiteId=" &amp;amp; [SiteID GUID]&lt;BR /&gt;&lt;BR /&gt;4) Add two lines at the beginning of the code stage&lt;BR /&gt;&lt;BR /&gt;Dim app = CreateObject("Outlook.Application")&lt;BR /&gt;Dim _nameSpace = app.GetNameSpace("MAPI")&lt;BR /&gt;Dim mail = app.CreateItem(0)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Dim oPA = mail.PropertyAccessor &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;oPA.SetProperty ("http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/MSIP_Labels", Headers_AIP)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;philippe boutry&lt;BR /&gt;Blueprism Solution designer&lt;BR /&gt;Aubay&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2023 09:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dealing-with-Azure-MIP-to-send-email-from-outlook-365/m-p/46320#M2345</guid>
      <dc:creator>pboutry</dc:creator>
      <dc:date>2023-01-26T09:53:00Z</dc:date>
    </item>
  </channel>
</rss>

