Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does each outlook item have an item#? how do i get it?
Message
De
05/08/2006 13:02:09
 
 
À
05/08/2006 12:57:24
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
Visual FoxPro
Divers
Thread ID:
01143223
Message ID:
01143235
Vues:
6
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform