Is anybody experiencing an issue with Outlook after updated with today's version 15.32?
Some users reported that they can not open new emails - clicking to the "New Email" button does not open the new email window. Outlook itself shows the status "Connected to Server".
Thanks!
Solved
Issue with Outlook 15.32?
Best answer by RobertHammen
@carlo.anselmi WebEx Productivity Tools in particular. Need to be running 31.11.1.62 or later. There's a LaunchAgent in /Library/LaunchAgents, a plugin in /Library/Application Support/Microsoft, and an app folder inside /Users/Shared that need to be removed if 15.32 is installed.
#!/bin/sh
if [[ -e "//Library/Application Support/Microsoft/WebExPlugin" ]]; then
/bin/rm -rf "/Library/Application Support/Microsoft/WebExPlugin"
fi
if [[ -e "//Library/LaunchAgents/com.webex.pluginagent.plist" ]]; then
/bin/rm -rf "/Library/LaunchAgents/com.webex.pluginagent.plist"
fi
if [[ -e "//Users/Shared/WebExPlugin" ]]; then
/bin/rm -rf "/Users/Shared/WebExPlugin"
fiEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
