AndreasKrohn
Technical User
Hi!
With following code I am able to get recurrence items out of MSOutlook. But it only works right from office 2000 on. With the Win NT mashines including office 97 I only get the first start- and enddate of the recurrence item. does anybody has an idea how to realise this with Office 97??
Thanks,
Andreas
Set colCal = objNS.GetSharedDefaultFolder(folderPerson, olFolderCalendar).Items
colCal.Sort "[Start]"
colCal.IncludeRecurrences = True
With following code I am able to get recurrence items out of MSOutlook. But it only works right from office 2000 on. With the Win NT mashines including office 97 I only get the first start- and enddate of the recurrence item. does anybody has an idea how to realise this with Office 97??
Thanks,
Andreas
Set colCal = objNS.GetSharedDefaultFolder(folderPerson, olFolderCalendar).Items
colCal.Sort "[Start]"
colCal.IncludeRecurrences = True