Forum Discussion
DFOTA
Apr 10, 2025Copper Contributor
.Net mail message, PowerShell and Microsoft Purview Infrmation Protection
I have a PowerShell script that using the .net mail message to send emails. We want to restrict some of those emails to a certain sensitivity (we call it classification) and restrict it to only inter...
Aug 04, 2025
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/send-mgusermail?view=graph-powershell-1.0
Using Send-MgUsermail gives you more options to label emails. Have you checked that already?