I recently purchased the EAGetMail and it worked fine with our in house exchange server, but now, we moved to office 365 but I get the following error:
The remote server returned an error: (401) Unauthorized.
My connection string is: (for voice_support@domain.com)
Dim oServer As New MailServer("outlook.office365.com", "voice_support", "Password", True, ServerAuthType.AuthLogin, ServerProtocol.ExchangeEWS)
What do I need to do so it works with office 365.
Please help,
Thanks,