Forum Discussion
Admin O365
Oct 11, 2018Copper Contributor
Is it possible to have subject line appended with [SEC=CLASSIFIED], when email marked classified?
Hello Folks, I`ve tried checking on my personal office365 tenant but no good. Any pointer will help.
VasilMichev
Oct 11, 2018MVP
No, as there is no transport rule condition to detect classifications. Well, there is, but that applies to Exchange message classification, not AIP. So you're left with using conditions such as "header contains" and matching those against the AIP label, for example:
msip_labels: MSIP_Label_0e421e6d-ea17-4fdb-8f01-93a3e71333b8_Enabled=True;
Admin O365
Oct 12, 2018Copper Contributor
Thanks Vasil.....
I have gone through the document.
Few questions:
a) Subject Line append with the Classification details, it is possible via Exchange Transports.
Wherein Transport service to check for the message header and update the subject line.
b) If above is yes, not sure if one can perform Transport customization on Exchange Online?
- VasilMichevOct 12, 2018MVP
You can only prepend a "static" string, not the actual classification/label if that's what you mean.
- Admin O365Oct 19, 2018Copper Contributor
Yes, what I`m looking for:
- [SEC:ClassificationType] at the end of the subject line.
- Can Exchange online message transport add the appropriate classification type based on the message header of the email?
- VasilMichevOct 19, 2018MVP
Nope. But if I remember correctly, one of the sessions at Ignite showcased a "add to subject" action for labels, so that might be coming soon.