Content hidden from sender

  • Thread starter Thread starter Franz Wong
  • Start date Start date
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
 
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.
 
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.
 
Back
Top