Outlook on the Web: recipientType is incorrect for Personal Contacts #3122
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Type: product bug
Bug in the Office Add-ins platform or Office JavaScript APIs
When adding @gmail.com account or an account from another Microsoft 365 tenant to Personal Contacts
then calling
Office.context.mailbox.item.to.getAsync()
,recipientType
is set touser
instead ofexternalUser
Note that this is inconsistent with Outlook for Windows
Your Environment
Expected behavior
recipientType
should beexternalUser
if an account added to Personal Contacts (as Outlook for Windows).Current behavior
recipientType
is set touser
Steps to reproduce
Office.context.mailbox.item.to.getAsync(console.log)
.Notice in the console that recipientType is set to 'user' => expected value should be 'externalUser'
The text was updated successfully, but these errors were encountered: