Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does each outlook item have an item#? how do i get it?
Message
From
05/08/2006 13:02:09
 
 
To
05/08/2006 12:57:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01143223
Message ID:
01143235
Views:
8
yes. what i did for testing was, from within outlook, entered a calendar item called test. then, from within foxpro, i did the following:

#include msoutl8.h
oOutlookObj = CREATEOBJECT("Outlook.Application")
oNamespace = oOutlookObj.GetNamespace("MAPI")
fldime = oNamespace.folders("Personal Folders").folders("Calendar").folders("John")
oappt_appt = fldime.Items.Find("[subject] = Test")
STORE oappt_appt.EntryID TO entry
oappt_appt = fldime.Items.Find("[entryid] = " + entry)

now, my computer @ home has outlook2003. i just realized this and thought it might be the cause.

any ideas?

paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform