macro forward + reply in one

  • Thread starter Thread starter Jeroen Heijmans
  • Start date Start date
J

Jeroen Heijmans

Hi,

I was thinking about a macro within Outlook, but am wondering about the
possibility of it.

Description:
New mail arrives in Inbox.
Start macro by toolbar button / shortcut.
Pop-up with pull-down list (or selectlist or selectboxes) with selected
addresses.
Click button [OK] to proceed, [Cancel] to cancel.
Original mail will be replied with message as attachement + BCC selected
address(es).
In this mail there will be some added text which tells the sender his
message has been received and forwarded to the selected address(es).

Is this possible and is it hard to create?

Grtz,

Jeroen "FF" Heijmans
 
It's possible, yes. Where are the selected addresses coming from?

Addresses are in local addresslist, but I think best is to have an
external file with only the addresses to select from (or in the macro
itself).
You might want to take a look at
http://www.outlookcode.com/article.aspx?id=72 and see if that auto-bcc
code gives you any ideas to start out.

I'm very new at coding. I just can edit existing Word-macro's ;)
But knowing it is possible, I can ask a real coder to do it for me :)

Thank you very much.
 
Back
Top