In Outlook when we click Forward button:
Now what i do is
-copy To: email from body to Toempty) field
-copy Cc: email from body to Ccempty) field
-Delete the text "Fw:" from Subject
-Delete top body text starting from ----original message---
how to do it using macro/vba?
Code:
To: (empty)
Cc: (empty)
Subject: Fw: jjjafjfjf
Body:
-----Original Message-----
From: fafffd.com [mailto:ff@dsdsd.com]
Sent: 05 December 2009 1:25 AM
To: dfdf@ewqewe.com
Cc: jdadhj@jjd.com, dhda@uri.com
Subject: jjjafjfjf
other body texts
-copy To: email from body to Toempty) field
-copy Cc: email from body to Ccempty) field
-Delete the text "Fw:" from Subject
-Delete top body text starting from ----original message---
how to do it using macro/vba?