View Single Post
  #2  
Old October 12th 09, 01:11 PM posted to microsoft.public.outlook.program_addins
hemaneelagiri via OfficeKB.com
external usenet poster
 
Posts: 22
Default skip one ocurrence appointment from recurring appointment series

Hi this extended to earlier mail

i am able to get appointment recurringpatern ,
can we get Appointments in that recurringpattern

i am able to get particular appiotntment with date

AptItem = oNS.GetItemFromID(strEntryId, null) as Microsoft.Office.Interop.
Outlook.AppointmentItem;
Microsoft.Office.Interop.Outlook.RecurrencePattern recurrencePattern =
AptItem.GetRecurrencePattern();
Microsoft.Office.Interop.Outlook.AppointmentItem AptItem =
recurrencePattern.GetOccurrence(strDate);

but i want to get appointment collection based on date range
is it possible

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ddins/200910/1

Ads