Using VBA, I need to show the start date of each INSTANCE of a recurring appointment in Outlook.
The problem is that when I use appt.start it shows the start date of the SERIES, which is not helpful!!
Example: a recurring appointment happens on the first of every month in 2009. I want to show 12 INSTANCES, with 12 DIFFERENT start dates (1/1/09, 2/1/09, etc). In other words, all 12 should NOT show start date = 1/1/09.
Thanks