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