View Single Post
  #5  
Old October 13th 09, 01:29 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

when i am trying to get appointmnetitem by using GetOccurrence()

like this
Microsoft.Office.Interop.Outlook.AppointmentItem RecurringAptItems = null;
RecurringAptItems =
recurrencePattern.GetOccurrence(dtFrom);

it is giving below error
"You changed one of the recurrences of this item, and this instance no longer
exists. Close any open items and try again."

can u please help me

--
Message posted via http://www.officekb.com

Ads