What are the differences between Exchange, Office365, Outlook and EWS, EAS?
You often see the following providers from Nylas:
- Exchange
- Office365
- Outlook
Also:
- EAS
- EWS
- Graph
What are the differences?
- Outlook, Office, and Exchange are the provider name, mainly for different server hosts.
- Outlook is the free account that uses Basic authentication only.
- Office365 is the online Exchange account that uses the OAuth.
- Exchange mainly contains the On-prem Exchange account, which uses Basic authentication as well. However, sometimes when we refer to Exchange with Oauth, it is the Online Exchange, which is part of the O365.
- The EWS, EAS, and Graph are the protocols we use for connecting Outlook, Office365, and Exchange accounts:
- At Nylas, we first use the EAS protocol for connecting Microsoft-related accounts. It is used for email, calendar and contact scopes.
- Later, we started to build EWS as the protocol to sync email and calendar. An account could use EWS and EAS protocol at the same time if you have contacts scope plus email or/and calendar scope.
- Graph scope is for the calendar-only accounts and it is Office365 only.
Resources
https://developer.nylas.com/docs/developer-tools/api/supported-providers/
Updated
Comments
0 comments
Please sign in to leave a comment.