Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outlook on the Web: recipientType is incorrect for Personal Contacts #3122

Closed
tranhuyentran23 opened this issue Feb 1, 2023 · 4 comments
Closed
Assignees
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

Comments

@tranhuyentran23
Copy link

tranhuyentran23 commented Feb 1, 2023

Message from office-js bot:
We’re closing this issue because it has been inactive for a long time. We’re doing this to keep the issues list manageable and useful for everyone. If this issue is still relevant for you, please create a new issue.
Thank you for your understanding and continued feedback.

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 to user instead of externalUser

Note that this is inconsistent with Outlook for Windows

Your Environment

  • Platform: Web
  • Host: Outlook
  • Operating System: Windows 10
  • Browser: Chrome

Expected behavior

recipientType should be externalUser if an account added to Personal Contacts (as Outlook for Windows).

Current behavior

recipientType is set to user

Steps to reproduce

  1. Access Outlook Online
  2. Add any external recipient to Personal contacts for example @gmail or @Hotmail address or Microsoft 365 with a different tenant
  3. Create a new email
  4. Add the contact to the 'To' recipients
  5. Open ScriptLab and add a call to Office.context.mailbox.item.to.getAsync(console.log).

Notice in the console that recipientType is set to 'user' => expected value should be 'externalUser'

Untitled

@ghost ghost added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Feb 1, 2023
@nancy-wang nancy-wang added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: Outlook Issue related to Outlook add-ins Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Feb 4, 2023
@nancy-wang
Copy link

Thanks for reporting this issue @tranhuyentran23 ! Tagging @exextoc to take a look.

@exextoc
Copy link
Collaborator

exextoc commented Feb 8, 2023

@tranhuyentran23 - Thanks for reporting the issue, although we are not able to reproduce the same on our end. Could you please share a repro video including the step of adding personal contact so that we can further investigate the issue. Thanks!

@tranhuyentran23
Copy link
Author

Hi @exextoc , I recorded all steps that I added a contact to personal contact then get recipientType of this contact

chrome_jQtydtdGGi

Let me know if you need any other information. Thanks!

@exextoc
Copy link
Collaborator

exextoc commented Feb 9, 2023

Thanks for sharing the video. We are able to repro this issue now. It has been put on our backlog. We unfortunately have no timelines to share at this point.

Internal tracking id: Office: 190494

@gergzk gergzk closed this as not planned Won't fix, can't repro, duplicate, stale Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants