Forum Discussion
C_the_S
May 03, 2018Bronze Contributor
Outlook for Android Login Error
I have a user with an Android device trying to get Outlook for Android to work. She has the latest version, we've uninstalled/rebooted/reinstalled, cleared all devices from her mailbox in O365, clea...
Robert_Bn
Copper Contributor
Hi
Have you tried the PowerShell command below?
# Get-CASMailbox -Identity "User.Name@YourDomain.com" | Select-Object *
find the line
OutlookMobileEnabled
If you have a 'False' value change it. use the command:
Set-CASMailbox -Identity "User.Name@YourDomain.com" -OutlookMobileEnabled $true
After change wait at least 15 minutes to test, sometimes you can wait up to a 1h
This setting is not visible at the GUI
That helps me, hope will sort your issue.
Regards
C_the_S
Aug 24, 2020Bronze Contributor
Guess you didn't read my post from 10/31 that newer versions of the app fixed the issue.
Unfortunately in these forums you can't mark something as "solved/answered."
- RP_INDOct 26, 2021Copper ContributorI've recently started to face this issue. Maybe the latest version (Oct'21), is again having this issue. 😞
Please let me know if anyone is able to solve this issue, otherwise I have to just keep waiting for the next Outlook update. Unfortunately, my official emails and calendar cant be configured in any other app, so I could not access them at all till then. 😞- Hitender365Oct 26, 2021Copper ContributorLogin to your outlook web mail, using chrome on your phone. Once you successfully login through the web browser on your mobile it will show an option on the bottom of your browser screen, "Add outlook to your home screen", click on it and it will download/install outlook on your phone, and it wont ask for credentials.
Let me know if it works for you.- RP_INDOct 26, 2021Copper Contributor
Hitender365 That installs a lite/ web version of the outlook, not a complete app. Thanks.