outlook

  • Thread starter Thread starter SK
  • Start date Start date
Who's outlook calendar are you trying to read? If it's the client's
then that has little to do with .NET or even ASP. The browser is going
to limit access to a client's files - and that includes their
calendar.

If you are trying to reference a master calendar on the server, it
might be possible. Im sure there are office links in the .NET
framework somewhere
 
If you are indeed talking about Outlook calendars, you will need to simply
make a project reference to the Outlook COM library. From there, you would
make an instance of Outlook and you have access to the entire Outlook object
model.

If you are talking about MS Exchange Server, you will need to make a
reference to CDO (collaborative data objects) which is the Exchange Object
Library.
 
Back
Top