IMAP auth in Office 365 using OAuth2

前端 未结 4 615
难免孤独
难免孤独 2020-11-28 11:06

I\'m using an IMAP client in my program. I\'m trying to access to Office 365 outlook by IMAP client using OAuth2 mechanism (using these instructions.)

When I authent

4条回答
  •  死守一世寂寞
    2020-11-28 11:21

    We don't support OAuth for IMAP access to Office 365 and we have no plans to do so as we recommend using our REST APIs to connect to Office 365 for your apps. OAuth is supported for Office 365 REST APIs for mail, calendar and contacts and our older SOAP APIs Exchange Web Services.

提交回复
热议问题