Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding events with Outlook
Message
 
 
To
10/01/2006 09:16:34
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01085165
Message ID:
01085548
Views:
12
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform