mail answer redistribution?

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
 
M

Michael Bauer

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