Move Recurring event

  • Thread starter Thread starter Saji
  • Start date Start date
S

Saji

Hi,
I am using outlook 2003.How can i programatically move single event in a
recurring event which is prior to particular date to a .pst file and
remaining should retain in calendar.
Thanks
 
AppointmentItem.GetRecurrencePattern.GetOccurrence returns a specific
occurence. For moving an item call its Move function, for which an example
is available in the help file.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Mon, 22 Sep 2008 20:44:00 -0700 schrieb Saji:
 
Back
Top