mail answer redistribution?

  • Thread starter Thread starter Wolfram Jahn
  • Start date Start date
W

Wolfram Jahn

Hi,

I send a message to a recipient and some BCCs.
When the recipient answers, I want to forward the answer automatically
to my originl BCCs.
Assuming that a copy of the original message is still present in my sent
items folder.

How to code?

Thanks, Wolfram
 
Hi Wolfram,

the problem is to determine for which message an answer comes in. You
could use the ConversationIndex and -Topic properties. But AFAIK this
properties are reliable only as long as Outlook is the mail client.

Once you have the original message you can call the Forward method for
the reply and add the original BCC recipients to it.
 
Back
Top