Hi,
Before the company moved to Office365, we used to be able to connect to the Exchange Server using Imap4 as follows:
Private Sub ReadOutlookEMail()
Dim imap4 As MailServer = New MailServer(ExchangeServerName, UserName, Password, True, ServerAuthType.AuthLogin...