CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    17

    Outlook Calendar

    I am trying to connect to multiple users calendars and export the free/busy information to excel. Does anyone have any experience with this? I need to understand how to connect to exchange server and should I use mapi or CDO? Are the individual calendar features available to access by code?


  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: Outlook Calendar

    The only thing that u have to have is a user account which is having priviledges to access other's mail boxes in the exchange server.
    U can use either outlook object model or MAPI or CDO. Latest (and less documented) one is CDO, but is much powerful.
    U have to use properties & Methods of the AppointmentItem Object to find the information u need.All the calendar features r accessible by the code.
    For help go to the AppointmentItem Object(exactly same as I typed) in MSDN
    Good Luck
    Srinika

    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured