Message Recall Improvement in Exchange Online

Hi All,

The Message Recall Feature is based on Outlook Client. Now with millions of Mailboxes in Exchange Online some parts of the Feature can now deployed directly on the Mailbox in Exchange Online.

Check what’s currently set

Get-OrganizationConfig | fl RecallReadMessagesEnabled

Enable Recall Message on the Server side

Set-OrganizationConfig -RecallReadMessagesEnabled $true
Get-OrganizationConfig | fl RecallReadMessagesEnabled

EAC > Settings > Mail Flow > Message Recall > Allow users to recall messages read by the recipient

This is how you recall a Mail in Outlook for Windows

Regards
Andres Bohren