Forum Discussion
Is it possible to have subject line appended with [SEC=CLASSIFIED], when email marked classified?
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 O365Nov 11, 2018Brass Contributor
I`ve performed a deep level of research and able to stamp email using the Exchnage online Transport rule on emails that have the defined MSIP value.
However, based on further testing observed that email marked with the correct AIP label now are showing a different MSIP value.
This is confusion and would like to know if you are aware that the MSIP value can change for an AIP Label?
- VasilMichevNov 12, 2018MVP
No, I'm not aware of such cases. You can always open a support ticket and ask Microsoft directly.
- Admin O365Nov 11, 2018Brass Contributor
I`ve performed a deep level of research and able to stamp email using the Exchnage online Transport rule on emails that have the defined MSIP value.
However, based on further testing observed that email marked with the correct AIP label now are showing a different MSIP value.
This is confusion and would like to know if you are aware that the MSIP value can change for an AIP Label?
- Admin O365Oct 11, 2018Brass 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 18, 2018Brass 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?