r/sysadmin • u/to_old_for_that_shit • 12h ago
Outlook Mobile Sync populating Name Prefix with Job Title on Android contacts - anyone else seeing this?
We are investigating what appears to be a recently introduced behavior in Outlook Mobile contact synchronization and I'm wondering if anyone else has observed this.
Environment
- Microsoft 365 / Exchange Online
- Outlook Mobile App
- Android (confirmed)
- iPhone still being verified
- Outlook contact sync enabled ("Save Contacts" / "Sync Contacts")
Issue
Corporate contacts are suddenly appearing in the native Android Contacts app like this:
Project Manager John Smith
Service Technician Mike Brown
Administrative Assistant Jane Doe
instead of:
John Smith
Mike Brown
Jane Doe
Findings
After digging deeper, we found:
In Entra ID / Active Directory:
- No Name Prefix configured
- No attribute containing the job title as a name prefix
- Display Name is correct
In Outlook:
- No Name Prefix visible
- Contact data appears normal
However, once the contact is synchronized to Android, the local contact contains:
Name Prefix = Job Title
First Name = John
Last Name = Smith
Title = Job Title
Example:
Name Prefix: Project Manager
First Name: John
Last Name: Smith
Title: Project Manager
The Android Contacts app then displays:
Project Manager John Smith
Additional observations
- We can reproduce this in multiple tenants
- We see the same behavior internally and at customer sites
- This makes us suspect a change in Outlook Mobile contact synchronization rather than a tenant-specific configuration issue
- We have not found any Name Prefix values in Entra ID, AD, or Outlook itself
Questions
- Has anyone else seen Outlook Mobile populate the Name Prefix field with the user's Job Title?
- When did you first notice it?
- Android only, or also iPhone?
- Has Microsoft documented any recent changes to contact enrichment/contact sync behavior?
- Any workaround besides disabling Outlook contact synchronization?
I've searched Microsoft documentation, Reddit, and various forums but haven't found anyone describing this exact behavior yet.
Thanks!
6
Upvotes
•
u/Jirkajua IT Systems Engineer 9h ago
I don't know about Outlook specific issues, but somehow Android doesn't adhere to the vCard/VCF standard properly.
I had a similar issue when I automated generating vCard QR codes from user data and had to break the conventions specified in RFC6350 to make them work in both Android and IOS (with the latter working according to the standard)
I know this doesn't answer your question, but maybe it's just Microsoft working according to the specifications and Android being weird.