View Single Post
  #4  
Old October 17th 06, 05:46 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Control Outlook event

If you can get a handle to the button object you can try to intercept it's
Click event.

Other than that it depends on whether or not the CRM program exposes a
programming API, something Outlook developers wouldn't know anything about.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Martin" wrote in message
...
I'm actually using Microsoft CRM which embeds itself into Outlook via a
COM add-in. "Track in CRM" is a button that invokes the process of moving
Outlook items into the CRM database. Thought there would be some sort of
event that could be tapped into.


Ads