Is there a way to determine if the open mailbox is a shared mailbox? #4904
Unanswered
mailchecktool-admin
asked this question in
Q&A
Replies: 2 comments
-
AFAIK - and I'd love to know if there are other ways - the only guaranteed way to know if you're in a shared mailbox is if the // own inbox, item(s) selected
window.Office.context.mailbox.item.getSharedPropertiesAsync() // undefined
// shared inbox, item(s) selected
window.Office.context.mailbox.item.getSharedPropertiesAsync() // defined Note however that in all clients except Classic Desktop this method appears to be undefined it multiple items are selected even in a shared inbox. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@alex-fitzgerald |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an API to determine if a mailbox in Outlook is a shared mailbox? Also, is it possible to distinguish whether the mailbox is in the user's email compose window or opened in a separate tab?
Beta Was this translation helpful? Give feedback.
All reactions