|
|
|
date: Sun, 28 Jun 2009 06:58:01 -0700,
group: microsoft.public.outlook.program_addins
back
Re: Events _REPLY, _FORWARD, or _NEW
How you handle the item.Reply() and item.Forward() events depends on what
language you're using. For New I assume you mean the event when a new email
is opened? That would be Inspectors.NewInspector(), also easily handled.
See www.outlookcode.com for examples of how to handle all sorts of events in
Outlook items. You can also download samples addins or templates, although
for Outlook 2007, from the Office Development Web site at MSDN or at my Web
site at http://www.slovaktech.com/outlook_2007_templates.htm. Those show how
to structure an addin and how to handle various events in one.
--
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
"RMB" wrote in message
news:E7C52D34-4BDD-48D0-B1C4-3F10A654FF47@microsoft.com...
> We are trying to build an Addin application for Outlook 2003 from
> Microsoft
> Visual Studio 2008 Professional Edition'
>
> We have problem finding out how to react to the Reply,Forward or New Event
> from the MailItem.
>
> The documentation that we find is not correct, as we need a code with
>
> Sub X_reply() handle as Y
>
>
> We do not know how to set the X and Y
>
> Help would be appreciated.
>
> Thanks in advance.
>
date: Mon, 29 Jun 2009 09:16:23 -0400
author: Ken Slovak - [MVP - Outlook]
|
|