Discussion:
Content hidden from sender
(too old to reply)
Franz Wong
2010-07-21 10:52:42 UTC
Permalink
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
Ken Slovak
2010-07-21 13:13:09 UTC
Permalink
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
Post by 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
Franz Wong
2010-07-22 10:08:46 UTC
Permalink
Thanks. It works.

Franz
Post by 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.
--
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
Post by 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
Loading...