PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming mail item reply/forward events

Reply

mail item reply/forward events

 
Thread Tools Rate Thread
Old 26-08-2004, 01:25 AM   #1
=?Utf-8?B?U29mdHdhcmUgU29sdXRpb25z?=
Guest
 
Posts: n/a
Default mail item reply/forward events


I am currently hooking into mailtem's open event handler to do some property
changes on a custom form.

Is there a way for me to connect to mailitem's reply, forward event
handlers? there is a custom action event. but, It will always fire. I need to
hook into those events specifically.

rgds,
Jey
  Reply With Quote
Old 27-08-2004, 04:27 AM   #2
=?Utf-8?B?U29mdHdhcmUgU29sdXRpb25z?=
Guest
 
Posts: n/a
Default RE: mail item reply/forward events


I found that the MailItemClass has these events exposed. Thanks.
--

"Eric Legault [MVP - Outlook]" wrote:

> Those events ARE exposed:
>
> Function Item_Reply(ByVal Response)
>
> End Function
>
> Function Item_Forward(ByVal ForwardItem)
>
> End Function
>
> See Script | Event Handler... from the Script Editor window.
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --------------------------------------------------
> {Private e-mails ignored}
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
> "Software Solutions" wrote:
>
> > I am currently hooking into mailtem's open event handler to do some property
> > changes on a custom form.
> >
> > Is there a way for me to connect to mailitem's reply, forward event
> > handlers? there is a custom action event. but, It will always fire. I need to
> > hook into those events specifically.
> >
> > rgds,
> > Jey

  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