Hi,
I am creating a AddIn for Outlook 2003, which read selected AppointmentItem and push to DataBase. If selected Appointment is the current user's own Calendar, I don't have issue. I can use AppointmentItem.Session.GetDefaultFolder( folder). But
if selected AppointmentItem is from any shared calendar than, How can I get the Folder. I am using AppointmentItem.EntryID and Folder's storeID to get the GlobalID of the Appointment to determine the uniqueness.
Help is highly appreciated.