View Single Post
  #4  
Old October 12th 09, 03:30 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default skip one ocurrence appointment from recurring appointment series

You can only retrieve items in a recurring series by using GetOccurrence()
or if the item in the series is in the Exceptions collection. It's the same
if you want to get items in a time range, you have to use GetOccurrence()
repeatedly, calculating the following occurrence based on the recurrence
pattern for the series.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"hemaneelagiri via OfficeKB.com" u54138@uwe wrote in message
news:9d7a8b29655c3@uwe...[i]
Hi this extended to earlier mail

i am able to get no of appointments in selected appointment reccurring
pattern.
can i get appointmnet based on index like
"(Microsoft.Office.Interop.Outlook.MAPIFolder) fldCalendarApp.Items "

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


Ads