Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook - detecting DELETED appointments
Message
From
28/10/2005 11:03:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook - detecting DELETED appointments
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01062987
Message ID:
01062987
Views:
45
I have an interface with outlook to 'download' appointments from my application to outlook.
I have used Outlook's "BillingInformation" property to note that the appointment is related to my application.

I use that field to get Outlook's current appoints (related to my application) using the following:
oOLitems = oOLcalendar.Items                    && addressability to Calendar's individual entries
For Each m.oOLentry IN oOLitems
     o
     o
Next
I am assuming that this will only return 'active' (as opposed to cancelled/deleted WITHIN Outlook). Is this correct?

If so, is there some way I can get at deleted/cancelled items too?

Thanks in advance
Reply
Map
View

Click here to load this message in the networking platform