Events _REPLY, _FORWARD, or _NEW

Status
Not open for further replies.
R

RMB

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.
 
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.

"RMB" <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.
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
Fozzie Bear Calendar Events created on iPhone have suddenly start sending invitations to attendees Using Outlook 2
J Calendar events created on iPhone automatically changing default alert from 'None' to 'Time of Event' Using Outlook.com accounts in Outlook 0
O After filtering, how to display all events on that day? Using Outlook 4
O Carriage Return - Line Feeds - exporting Calendar events Using Outlook 0
A Outlook Reminders not populating for certain events Using Outlook 2
J Outlook 2010 Changing events in Outlook calendar via opening file, importing CSV Using Outlook 0
P OWA Settings->Calendar->Events from Email; Setting changes do not hold Using Outlook 1
J Outlook Office 365 Win 10 how do I control background colors of events? Using Outlook 1
G Outlook VBA and Google Calendar ("Events") Outlook VBA and Custom Forms 1
N Using email notification to update calendar events? Outlook VBA and Custom Forms 4
P Outlook custom fields "events" Using Outlook 0
U Catching ModuleSwitch events after "open in new window" Outlook VBA and Custom Forms 2
T Categorizing different colors for a series of events Using Outlook 0
oliv- property "is printed" or catching print events Outlook VBA and Custom Forms 2
oliv- Best practice for catching mailitem.events Outlook VBA and Custom Forms 0
P Outlook 2013 Calendar events not appear on Outlook.com Calendar Using Outlook.com accounts in Outlook 6
V iCloud not syncing categorized calendar events Using Outlook 7
W All Events Disappear from Calendar Display Using Outlook 30
I Multiple events in single request Using Outlook 6
T Events Not Showing In Outlook Today Using Outlook 3
J Calendar view for future events only? Using Outlook 3
G Hiding All Day Events Using Outlook 1
microsvc Populating everyone's calendar with campus events Exchange Server Administration 1
Dave Godbey Sending Categories on Calendar Events Using Outlook 1
C Problem accessing events for folder "username" Server Threw Exception Using Outlook 1
S Syncing Past events from Outlook 2013 to Outlook.com Using Outlook.com accounts in Outlook 6
R How to turn OFF the Reminders for shared calendar events but not off personal Using Outlook 1
F Printing all day events only Using Outlook 3
E Outlook 2013 , iCloud linked calendar, events one hour ahead for about a month Using Outlook 5
B Timed events created in iPhone auto-change to All Day events in Outlook 2010 Using Outlook 2
H Events in Calendar not Bold Using Outlook 1
R [VBA] complicated(?) outlook events - need help with code Using Outlook 15
S Outlook - Reset the number of day-events Using Outlook 0
B Series of calendar events? Or Tasks? Using Outlook 1
D All New Appointments are All Day Events Using Outlook 1
P Printing calendar (work week) with numerous (i.e. >7) all day events... Using Outlook 3
A Outlook CPAO - Printing Monthly calendar with only all day events or catergory Using Outlook 2
S Full-day events Using Outlook 1
T Changing default reminder time for all day events - additional help needed Using Outlook 1
A Share recurrent events with others Using Outlook 2
O pasting text in body of calendar events Using Outlook 5
S Copy Events to Second Calendar or Sync Only "Busy" Events Using Outlook 5
K Private Calendar events Using Outlook 3
N How can i hsve appointments and events to not display start or finish times Using Outlook 2
T Birthday events in Calendar Using Outlook 4
G How to insert a json array into a calendar events Outlook VBA and Custom Forms 1
S Catch events from pre-existing buttons in Outlook 2007 Outlook VBA and Custom Forms 7
A how to capture events for next item Outlook VBA and Custom Forms 10
K Unable to receive events from Office::msoControlButton Outlook VBA and Custom Forms 3
M Outlook 2003 Plugin not receiving resize events Outlook VBA and Custom Forms 1

Similar threads

Back
Top