Hi @Vinod Survase ,
How to notify the users that they are adding/sending an email to an external recipient/receiver for Outlook & OWA from admin GUI or any PowerShell or MS Graph?
Aside from the method shared by Manu, You can also connect to Exchange Online Powershell and then run the command below to turn on the External Recipients MailTip:
Note: It may take some time for the change to take effect.
Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true
Reference:
- Set-OrganizationConfig
- Enabling the External Recipient Mailtip in Office 365
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.