Content hidden from sender

F

Franz Wong

Dear Group,

I would like to write a plug-in. When user sent an email to recipient,
the plug-in will add some content to the email. However, the sender
cannot view the added content when he views the email in "Sent
folder".

Thanks.
Franz
 
K

Ken Slovak

You can add the content in the item.Send() or Application.ItemSend() events,
and then handle the ItemAdd() event in the Sent Items folder, When that
fires you can remove the added content.
 
F

Franz Wong

Thanks. It works.

Franz

You can add the content in the item.Send() or Application.ItemSend() events,
and then handle the ItemAdd() event in the Sent Items folder, When that
fires you can remove the added content.

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


Dear Group,
I would like to write a plug-in. When user sent an email to recipient,
the plug-in will add some content to the email. However, the sender
cannot view the added content when he views the email in "Sent
folder".
Thanks.
Franz
 
Top