- Subject: How to programmatically display a new mail item into a “sent” form
- Author: Pavel Rosoi
- Date: 20 Jun
- References:
I need to programmatically display a mail item into a form similar to “sent”
item form (with Reply, ReplyAll and Forward buttons).
My approach is:
-cancel the Item_Open event,
-create a new mail item using a published custom form which is based on a
sent item.
-display the new mail item.
The problem is that my new item is displayed into a standard new mail form
and I don’t know how to display this new item into a “sent” form. I have to
use only Outlook 2003 and VBScript.
Thank you in advance.