![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: automatically, email, forward, original, redirect, without |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Ads |
|
#2
|
|||
|
|||
|
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?...4&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 | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email Redirect with Multiple Recipients on Original Emails | rpeters1@gmail.com | Outlook - General Queries | 1 | January 8th 07 07:18 PM |
| Spell checker / ignore original message in reply or forward | coopfab | Outlook - General Queries | 9 | January 3rd 07 07:56 PM |
| After responding to an e-mail, automatically delete the original | Céline Brien | Outlook - General Queries | 4 | September 24th 06 08:06 PM |
| Forward Original message | MN | Outlook - General Queries | 1 | September 8th 06 02:46 PM |
| How to automatically forward news to an email add?? (plz note that news not email) thanks | VijaKhara@gmail.com | Outlook - General Queries | 1 | February 24th 06 02:24 PM |