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

getSharedPropertiesAsync() not supported in New Look Outlook. #4619

Open
3 tasks
glr0221 opened this issue Jun 28, 2024 · 4 comments
Open
3 tasks

getSharedPropertiesAsync() not supported in New Look Outlook. #4619

glr0221 opened this issue Jun 28, 2024 · 4 comments
Labels
Area: Outlook Issue related to Outlook add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown

Comments

@glr0221
Copy link

glr0221 commented Jun 28, 2024

Provide required information needed to triage your issue

Office.context.mailbox.item.getSharedPropertiesAsync() is not defined in new look outlook.

Your Environment

  • Platform [PC desktop, Mac, iOS, Office on the web]: PC
  • Host [Excel, Word, PowerPoint, etc.]: New Look Outlook
  • Office version number: NA
  • Operating System: NA
  • Browser (if using Office on the web): NA

Expected behavior

Is what we are seeing the expected behavior? Or should the new look outlook support getSharedPropertiesAsync() like the classic look outlook does?

Current behavior

getSharedPropertiesAsync() is not defined in new look outlook.

Steps to reproduce

  1. Create a spam addin like the sample spam addin.
  2. In the spam addin code, add getSharedPropertiesAsync() to detect shared mailbox details.
  3. Display the getSharedPropertiesAsync() results in the success message.
  4. ACTUAL BEHAVIOR : getSharedPropertiesAsync() is never executed.

Link to live example(s)

NONE

Provide additional details

NONE

Context

Spam addins cannot be used for shared mailboxes.

Useful logs

  • Console errors
  • Screenshots
  • Test file (if only happens on a particular file)

Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Jun 28, 2024
@mmanjaree-msft
Copy link

Thanks for reporting this issue. We have this in our backlog. Unfortunately, we donot have any timelines to share at this point
Internal tracking id- 4700798

@mmanjaree-msft mmanjaree-msft added Area: Outlook Issue related to Outlook add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Jun 28, 2024
@zhangyuezhong
Copy link

Office.context.mailbox.item.getSharedPropertiesAsync() is not defined

if open the email with weblink.

https://outlook.office365.com/owa/?ItemID=AAMkADEyZDk0NjI2LTI4YTQtNGY0Yy1iYTkxLWIxYTNjYzZmZGE5ZABGAAAAAABS%2BeUir%2FVsRZUMuOktFMbcBwCBgATlYpetQZ8OobjWGaozAAAAAAEMAACBgATlYpetQZ8OobjWGaozAAAMY1StAAA%3D&exvsurl=1&viewmodel=ReadMessageItem

and the Office.context.mailbox.userProfile.emailAddress (always show the primary account), not the shared mailbox.

@CameronDwyer
Copy link

Also having this problem in Outlook for Web any update of timeline for bug fix?

@cody-lettau
Copy link

Is there a path to migrate to Graph API for this function? If the REST API is being deprecated, we need this functionality available within the Graph API (if it is not yet).

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 Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown
Projects
None yet
Development

No branches or pull requests

5 participants