Hi - I'm working on an application that need to behave differently based on who is scheduled to be "on duty" using Exchange. Is there a way to "ping" Exchange to get this information? It seems that there is an API that isn't published for talking to Exchange (IMAP), so I'm asking what IS available as an API or access pathway of some sort. Thanks
In article , Chip Gore wrote: [ note: followups set ] > Hi - > > I'm working on an application that need to behave differently based on > who is scheduled to be "on duty" using Exchange. > > Is there a way to "ping" Exchange to get this information? It seems > that there is an API that isn't published for talking to Exchange > (IMAP), so I'm asking what IS available as an API or access pathway of > some sort. If you're using Exchange 2007, you can use Exchange Web Services. It's simple and straightforward. If you're using Exchange 2003, well, you can use MAPI (messy) or CDO (also messy). IMAP is an Internet-standard protocol for accessing client mailboxes, but I'm not sure it will be of use to you in this application. Cheers, -Paul