Enable External Email Identification Flags
External Email Identification Flags enable Outlook and Outlook Web products to display a warning when an email is from an external source. The flags must be set using the Exchange Online PowerShell Commandlets.
Enable External Email Identification Flags
- Connect to Exchange Online.
Import-Module ExchangeOnlineManagment
Connect-ExchangeOnline -UserPrincipalName your-email-or-username
-
Enable the External Email Flag.
-
Set-ExternalInOutlook -Enabled $true
-
Disable External Email Identification Flags
- Connect to Exchange Online.
Import-Module ExchangeOnlineManagment
Connect-ExchangeOnline -UserPrincipalName your-email-or-username
-
Enable the External Email Flag.
-
Set-ExternalInOutlook -Enabled $false
-
No Comments