-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot uninstall add-in #1167
Comments
I have the same issue. @rexmortus - did you manage to get your email account working again? |
I found a solution to removing it! In powershell: Step 1: Install the Exchange Online Management ModuleTo remove the add-in, first, ensure you have the Exchange Online Management Module installed.
Step 2: List Installed Add-InsTo identify the MarkOut add-in, list all the add-ins installed for your account: Get-App | Format-Table DisplayName, AppId This command will return a list of all installed add-ins with their respective DisplayName and AppId. Note down the AppId of MarkOut. Step 3: Remove the Add-InOnce you have identified the AppId of MarkOut, use the following command to remove it: Remove-App -Identity <AppId> Replace Step 4: Verify RemovalTo confirm MarkOut has been successfully removed, list the add-ins again using: Get-App | Format-Table DisplayName MarkOut add-in should no longer appear in the list. Step 5: WaitIt can take up to 4 hours (in my experience) for the add-on to actually be removed. |
Hi there,
Unfortunately, for whatever reason, this plugin does not work for me and now I can't send emails at all.
I also cannot remove the add-in:
You will note that I only have the option to "view details", not "Remove", like with many other add-ins.
Installing this add-in has completely bricked my outlook. Is there some reason why this particular add-in cannot be easily uninstalled? Is there another method for uninstalling this add-in?
Thanks,
Alec
The text was updated successfully, but these errors were encountered: