I am developing an asp.net web application in C# which accesses a SQL Server database. The app is deployed on an intranet. I have a table in the database that contains the Users in the company that includes their email address.
In one situation I need to retrieve information about each user from their Outlook account. For example, their name and job title.
Also, wWithin my asp.net application, users will be scheduling meetings which they, and other people in the project team, will attend. I need to be able to communicate with Outlook and set the meeting in each user’s Outlook account.
I have no idea how to do this and would welcome any pointers please.I
You will not be able to communicate with the Outlook installed on the users machine through a web application.
You need to access the Exchange server directly using EWS.