c# - Using MVC 5 web page to get data from outlook server? -
I have taken a look around and can not find what I see (unless I do not have it No
I have been working with the original CRM web based app so that it can be used on any device.
I am using MVC 5 Using SQL Server to Store Tables
What I Need to Know is an Out Looks to be able to sync with Exchange Server so that users can log in and list their contacts / scheduled tasks with the viewpoint information, as well as create / edit / delete etc. Contacts + Back to the scheduled work and Outlook server Without having to open a local Microsoft Outlook application.
Is it possible and if anybody knows that the issue Where can I find a sufficient enough source to know this?
Thanks ...
The comment of Tivar is correct because it is an EWS friendly scenario (Exchange Web Services)
If you are using MVC 5 to develop this application, EWS can be most useful in using managed APIs to access the Exchange Server, because it lets you access it to all Allows C #.
Managed API -
Working with Contacts -
Comments
Post a Comment