resending an email

R

Rudy L.

Hi, pardon the simplicity of the question, but I'm a newbie at Outlook VBA

I have written code that automatically forwards email that hits my
Exchange/Outlook account and forwards it to a POP3 account of mine. It works
great, except when you forward an email my default signature gets attached
to the message body and also the subject line become prefaced with "FW: "

The question is: How do I resend the message instead of forwarding it?

Thank you,

Rudy L.
 
K

Ken Slovak - [MVP - Outlook]

You cannot re-send an incoming message. You can't do it in the UI either.
You'd have to copy the information in the email into a new email and send
that.
 
A

Alan Moseley

I would get your Exchange administrator to set the forwarding up for you (in
your Active Directory user properties), it won't take them more than a minute!
 
Top