Forum Discussion
DanielClaassen
Sep 27, 2023Brass Contributor
How to remove External from Email View
Hi
We started getting a "External" marker for emails that we want to remove.
We have 2 external mail warnings
Nr1 - we want to remove
Nr2 - Created with mail flow rule but keeping this one
We don't need both, how do we remove 1?
https://blog.icewolf.ch/archive/2021/03/12/exchange-online-mark-mails-from-external/
Get-ExternalInOutlookSet-ExternalInOutlook -Enabled $falseGet-ExternalInOutlookRegardsAndres
2 Replies
Sort By
- Andres-BohrenIron Contributor
https://blog.icewolf.ch/archive/2021/03/12/exchange-online-mark-mails-from-external/
Get-ExternalInOutlookSet-ExternalInOutlook -Enabled $falseGet-ExternalInOutlookRegardsAndres- DanielClaassenBrass ContributorGreat, thank You.
Going to try it and will mark it as the best response if it works.