automatically forward or redirect an email without the original se

G

Guest

Hi all,
First let me say that I'm fairly new to the programming world.. I'm almost
done with my AS in Digital Media Production which barely scraped the surface
of VB.. I haven't touched a lick of code for Outlook. I'm using Outlook '02'
and am starting my own business. I'm receiving emails from a company and
want to forward them to another company but do not want the original
company's info on the email.. How can I do so. I can create a rule to
forward the email automatically but it has the original company info still in
the body of the email.. Please help young entrepreneur.
 
M

Michael Bauer [MVP - Outlook]

If you want to forward the e-mails right after you've received them then use
the ItemAdd event of the Inbox. A sample is in the VBA help available. If
the Body contains "secret" infos then it depend's on whether you know
exactly what needs to be stripped out or not. For finding a specific text
within the Body use the InStr function.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

Am Tue, 26 Dec 2006 16:21:00 -0800 schrieb cp:
 

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

Top