group email problem in outlook

M

manish

I am using outlook 2003.
I am receiving the mail from group email; in group email id we set the rule
to forward the mail in distribution list of email id.

From group email id I have received the mail like this

In Header
From: [email protected]
TO: my email id

IN the as message like this


-------------------------------------------------------------------------
From: [email protected]
Sent: Thursday, June 18, 2009 8:52:29 AM
To: [email protected]; [email protected];
CC: [email protected]; [email protected];
Subject: hiiiiiiii
Auto forwarded by a Rule


Hi,

Fsdgfdgdgvdbdbdbdbdbdbdbdbd
Gdgdgddbdbd

Thanks
Abc



So I want to write the program in VBA that before receiving the mail from
this email id ([email protected] ) in my inbox I want to change the header
like this

Header like this
-------------------------------

From: [email protected]
Sent: Thursday, June 18, 2009 8:52:29 AM
To: [email protected]; [email protected];
CC: [email protected]; [email protected];
Subject: hiiiiiiii

And message part like this
----------------------------------------
Hi,

Fsdgfdgdgvdbdbdbdbdbdbdbdbd
Gdgdgddbdbd

Thanks
Abc
After changing the header and message then it will com in my inbox like
this. And pervious format mail should be delete.

Can u send me vba or any program who will do like this.

Thanks in advance
 
Top