-
Notifications
You must be signed in to change notification settings - Fork 54
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
MHA Fails with Secondary mailboxes #30
Comments
I repro this with C2R as well (16.0.9020.1000). |
Ok - just got confirmation that add-ins aren't supported on shared mailboxes - MHA shouldn't have lit up in the first place, but that's not MHA's fault - that's Outlook's fault. I'll have to see if I can detect this up front and display an appropriate "this is not the MHA you're looking for" message. |
I really appreciate your quick investigation! I should point out that MHA does work with most Shared mailboxes for our clients. It is only the odd one that it fails for. It looks like the code is working correctly in 75% of the shared mailbox cases, I can't figure out why it fails for the rest! |
From the Outlook desktop side, there are two ways to add a shared mailbox - one way adds the mailbox to your profile, the other adds it as a folder within your mailbox which is kept synced with the shared mailbox. I wonder if Outlook for iOS has something similar? |
So is there there no way for the MHA add-in to support emails in additional IMAP accounts that have been added to the Outlook desktop client? Wunderlist add-on is lit up, but MHA is not for emails in these accounts. Otherwise, love how easy this add-in is to use! Appreciate the authors' work and publishing it freely! |
We have many users who access their primary mailbox in Outlook but also use Shared mailboxes. We use the latest version of MHA add-in (v3.1). The add-in works perfectly for messages sent to the primary mailbox but it fails when looking at message headers sent to those shared mailboxes. It simply displays summary diagnostics as shown below.
The users have disabled/re-enabled the add-in to no avail. I also tried disabling all other add-ins in Outlook but that made no difference. Any hints for us? This has stumped me so far.
Thank you!
The text was updated successfully, but these errors were encountered: