PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins How to call CALLBACK functions from COM Add-In

Reply

How to call CALLBACK functions from COM Add-In

 
Thread Tools Rate Thread
Old 09-07-2008, 10:23 AM   #1
K.VenkataRamana
Guest
 
Posts: n/a
Default How to call CALLBACK functions from COM Add-In


Hi,

Is it possible to call CALLBACK functions from COM Add-In? If yes, please
provide the links, where I get the information.

My requirement is, whenever Outlook sends an event, in my COM Add-In I have
to catch the event and call a CALLBACK function.

Thanks.
  Reply With Quote
Old 09-07-2008, 02:47 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: How to call CALLBACK functions from COM Add-In

Of course it's possible, it's called event handling.

It can be done in any language that supports event handling and automation.
You can find tons of examples of handling different Outlook events at
www.outlookcode.com.

You can look in the Outlook VBA Object Browser for all Outlook events
associated with all the Outlook objects.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"K.VenkataRamana" <KVenkataRamana@discussions.microsoft.com> wrote in
message news:43117CDC-C829-4BA0-91F0-24417C95437F@microsoft.com...
> Hi,
>
> Is it possible to call CALLBACK functions from COM Add-In? If yes, please
> provide the links, where I get the information.
>
> My requirement is, whenever Outlook sends an event, in my COM Add-In I
> have
> to catch the event and call a CALLBACK function.
>
> Thanks.


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off