Exchange administrators can now set the default recipient separator setting in Outlook

In April 2025, Microsoft introduced an Outlook setting to choose whether a comma should be used as a recipient separator or allowed as part of a contact’s name. This setting can be useful for organizations that use the “Last name, First name” format for contacts.

Read:  Outlook now supports a comma to separate the recipient's contact name

The default setting is to use a comma as a separator. Until recently, users needed to manually change the default setting if they wished to allow commas in a contact’s name.
An Exchange Online administrator can now set the default value for the “Use commas as recipient separators” setting in Mail > Compose and Reply.

"Use commas as recipient separators" setting in Outlook
“Use commas as recipient separators” setting in Outlook

Outlook is now using the new Exchange Online property RecipientDelimiters. This property defines the default value for “Use commas as recipient separators” for unchanged user settings. It is still True by default, meaning commas are used as a separator.

RecipientDelimiters is now in use for unchanged user settings
RecipientDelimiters is now in use for unchanged user settings
  • Tenants retain their existing behavior unless an Exchange administrator actively configures the new setting.
  • If an Exchange administrator updates the global setting, any user who does not already have a per-user override configured will inherit the administrator’s chosen default. Users who have manually configured their own setting are not affected by this update.
PowerShell
Connect-ExchangeOnline
Set-OrganizationConfig -RecipientDelimiters $false

  • Users can still toggle the setting themselves within Outlook after the policy has been applied. The administrator default acts as a starting point rather than a fixed restriction.
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Comment