PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
automatically forward or redirect an email without the original se
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
automatically forward or redirect an email without the original se
![]() |
automatically forward or redirect an email without the original se |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

