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 for Mac - no recipients returned in the compose mode #278

Closed
dmitry-semenov opened this issue Oct 22, 2018 · 1 comment
Closed

Comments

@dmitry-semenov
Copy link

Expected Behavior

Office.context.mailbox.item.to.getAsync(console.log) should print array of email recipients

Current Behavior

Office.context.mailbox.item.to.getAsync(console.log) returns empty array as a value in despite of having multiple recipients in the email

AsyncResult {value: [], status: "succeeded"}

Steps to Reproduce, or Live Example

  1. Open Outlook for Mac compose window
  2. Type recipients
  3. Open web inspector
  4. Office.context.mailbox.item.saveAsync(console.log) //save item just in case
  5. Office.context.mailbox.item.to.getAsync(console.log) //try to get recipients

Context

The issue is reproducable on my dev machine, we started receiving customer reports with the same issue last week. As we use recipients to preprocess email we're relying on this API a lot.

Your Environment

  • Platform: Mac Desktop
  • Host: Outlook
  • Office version number: 16.18 (181014)
  • Operating System: macOS High Sierra 10.13.6

Useful logs

@macOutlookExtensibility
Copy link
Collaborator

Thanks for raising it. It got fixed and available in InsiderFast build. Should hit production by mid of November.

@dmahugh dmahugh closed this as completed Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants