How to Add email address, change of Subject line on Forward Button

  • Thread starter Thread starter Asim Ibrahim
  • Start date Start date
A

Asim Ibrahim

Dear All;

Seasons Greetings.

I am using OUTLOOK 2003 / Win XP and I want your help.

I am sending 5 emails on daily basis and to do that i have to repeat the
steps 5 times daily; now i want to automatize my procedure and following are
my requirements and i want them to be execute When I press Forward Button.

1. I want to add some routine email addresses in TO and CC box.
2. I want to add some text in my existing subject line.
3. I want to add a text line as per subject.

Regards,

Asim Ibrahim
Karachi.
--
 
Am Fri, 28 Nov 2008 22:08:04 -0800 schrieb Asim Ibrahim:


I think VBA would be better for that than a custom form: Create a public Sub
that calls the Forward function for the currently selected item, change the
Subject for the returned MailItem, and add the addresses to its Recipients
collection. Then customize the toolbar, and drag a button on to it to call
the new method.

--
Viele Gruesse
Michael Bauer - MVP Outlook

: Outlook-Kategorien? Category Manager ist die Lösung
: VBOffice Reporter für Datenanalyse & Berichte
 
Back
Top