Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding events with Outlook
Message
 
 
À
10/01/2006 09:16:34
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01085165
Message ID:
01085548
Vues:
13
Look in the registry under HKEY_CLASSES_ROOT\Typelib\{00062FFF-0000-0000-C000-000000000046} key.
IMPLEMENTS ApplicationEvents IN {00062FFF-0000-0000-C000-000000000046}#9.2
>I'm using BindEvents to run some code when an email is sent from Outlook. I had this working for earlier versions of Outlook but now I seem to be running into problems. For version 9 I use:
>
>DEFINE CLASS OutlookEvents9 AS session OLEPUBLIC
>IMPLEMENTS ApplicationEvents IN {00062FFF-0000-0000-C000-000000000046}#9.0
>
>
>and for version 10 I use:
>
>DEFINE CLASS OutlookEvents10 AS session OLEPUBLIC
>IMPLEMENTS ApplicationEvents_10 IN {00062FFF-0000-0000-C000-000000000046}#9.1
>
>
>Does anyone know what it would be for version 11?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform