View Single Post
  #2  
Old June 13th 07, 06:07 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Ping Ms. Mosher: How to tell if an AppointmentItem is master or not

Use AppointmentItem.RecurrenceState property:
olApptNotRecurring, olApptMaster, olApptOccurrence, olApptException

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JohnV@nn" wrote in message
ups.com...
In a com add-in, is there a way to programatically test whether an
appointmentItem object is a series master, or just an occurrence in
the series? I found that the IsRecurring property is True, whether or
not the item is the master. And I don't see anything like an IsMaster
or IsOccurrence property.

Is there a way to do this?

Thanks,
John



Ads