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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top