PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming automatically forward or redirect an email without the original se

Reply

automatically forward or redirect an email without the original se

 
Thread Tools Rate Thread
Old 27-12-2006, 12:21 AM   #1
=?Utf-8?B?Y3A=?=
Guest
 
Posts: n/a
Default automatically forward or redirect an email without the original se


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.
  Reply With Quote
Old 27-12-2006, 05:55 AM   #2
Michael Bauer [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: automatically forward or redirect an email without the original se



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...54&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

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

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

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off