Product Updates
Support
Portal
blueprism.com
Skip to main content (Press Enter).
Login
Skip auxiliary navigation (Press Enter).
Skip main navigation (Press Enter).
Toggle navigation
Search Options
Home
Communities
All Communities
Community Types
Blue Prism Products
Best Practice & Strategy
Local Language
Community Chat
Executive Insight Center
Content
Discussions
Ideas
Blogs
ROM Hub
Community Programs
Community Coins
Champions Program
Product Research Program
Mentoring Program
Events
Customer Excellence Awards 2023
Blue Prism Events
Event Chat
Local User Groups
Blue Prism World 2022
About Community
Start Here!
Community FAQs
Meet The Team
Meet the MVPs
Blue Prism Product
View Only
Community Home
Threads
41.7K
Library
826
Blogs
46
Events
0
Members
19.6K
last person joined: 7 hours ago
This community covers the core Blue Prism RPA product.
Tweet
Back to {0}
Add MIP specific headers to MailMessage
Thread closed by the administrator, not accepting new replies.
Add a tag
x
User Tags may not contain the following characters: @ # $ & :
philippe boutry
posted 01-24-2023 15:23
Hi everyone,
I have an issue and will be grateful to get your advice.
I use office 365 and i 'm preparing the bots for the Microsoft Information Protection feature. This feature has already been turned on for some test workstations only.
Now when i send a mail using outlook, i get a popup and i must choose a label (like internal, private, and so on)
I manage to add some lines of code (see below) to the standard outlook VBO and this almost works.
- i send a mail with the VBO and the label selection popup appears ==> not working
- If i open outlook and send a mail manually and then i send a mail with the VBO ==> It works
I always must send one mail by manually selecting the label. Then i can send a mail with any label using the VBO without popup.
Best regards.
Added in "Send Email" action
Set the 'Headers_AIP' input
"MSIP_Label_" & [Label GUID] & "_Enabled=True; " &
"MSIP_Label_" & [Label GUID] & "_SetDate=" & Now() & "; " &
"MSIP_Label_" & [Label GUID] & "_Method=Privileged; " &
"MSIP_Label_" & [Label GUID] & "_Name=" & [Label Name] & "; " &
"MSIP_Label_" & [Label GUID] & "_SiteId=" & [SiteID GUID]
add Headers_AIP as new input in the code stage.
Dim oPA = mail.PropertyAccessor
oPA.SetProperty ("http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/MSIP_Labels/0x0000001F", Headers_AIP)
Luis Lopez
posted 01-25-2023 18:48
In the DX Channel (
link here
) is a VBO for this new feature. This VBO is a community supported.
philippe boutry
posted 01-26-2023 09:36
Hello Luis and thanks for your answer,
Based on my understanding this VBO is able to handle label on files only. Does not work in my case.
Copyright � 2021 Blue Prism Community. All rights reserved.
Powered by Higher Logic