Exchange 2016 : How to add warning to mail to say mail send is outside the organisation on outlook

Pham Tien Dung 105 Reputation points
2024-12-17T11:19:07.88+00:00

I want to configure a warning when sending mail outside to be displayed on outlook.

I ran the command: Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true on the exchange management shell

However, the warning only appears on webmail.

I run the command Get-ExternalInOutlook to check and proceed with Set-ExternalInOutlook -Enabled $true but I get an error.

[PS] C:\Windows\system32>Get-ExternalInOutlook

Get-ExternalInOutlook : The term 'Get-ExternalInOutlook' is not recognized as the name of a cmdlet, function, script

file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct

and try again.

At line:1 char:1

  • Get-ExternalInOutlook
  • 
        + CategoryInfo          : ObjectNotFound: (Get-ExternalInOutlook:String) [], CommandNotFoundException
    
        + FullyQualifiedErrorId : CommandNotFoundException
    
    

please help me.

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,384 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,655 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,725 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
604 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,177 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 151K Reputation points MVP
    2024-12-17T12:29:28.15+00:00

    Mail tips can take a day to kick in with Outlook with caching so I would give it a day.

    Make sure you meet all the requriements:

    https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/mailtips/mailtips

    The other command isnt relevant to this:

    https://learn.microsoft.com/en-us/powershell/module/exchange/get-externalinoutlook?view=exchange-ps

    • Get-ExternalInOutlook

  2. Jenne Li-MSFT 930 Reputation points Microsoft Vendor
    2024-12-18T06:15:24.58+00:00

    Hi @ Pham Tien Dung

    Thanks for posting your question in the Microsoft Q&A forum.

    According to your description, you configured a warning when sending mail outside the organization, and you found that the warning only appears on webmail. You can check whether the mail tips are enabled in the outlook client:

    1. Open Outlook, go to "File" > "Options" > "Mail".
    2. In the "Mail Tips" section, check whether the relevant option is enabled.

    In addition, you can use the command to check whether it is configured.

    Get-OrganizationConfig | Format-List MailTipsExternalRecipientsTipsEnabled
    

    For the mail tips settings between organizations, you can refer to the Manage MailTips for organization relationships in Exchange Online | Microsoft Learn.

    If you have any questions, please feel free to contact me. If the answer is helpful, please click "Accept Answer" because it can help other members of the Microsoft Q&A community who have encountered similar problems and are looking for solutions. Thank you.

    Best,

    Jeanne


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.