forward macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using OL2003.

I have some code to automatically forward the email when a condition
satified.

Right now I have set the .To as .To of the original email. However, I like
to have the option to pick from my address book.

Is it possible to pick from address book? if so, please explain to me how.

Thanks
 
Just display the message instead of sending it. You can then click To to display the address book or simply type in the desired recipient.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
.... which unfortunately trigger security prompts unless you convert the code to use Redemption (http://www.dimastr.com/redemption)

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Ken Slovak - said:
See http://www.outlookcode.com/d/code/selectnames.htm

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


newbies said:
I am using OL2003.

I have some code to automatically forward the email when a condition
satified.

Right now I have set the .To as .To of the original email. However, I like
to have the option to pick from my address book.

Is it possible to pick from address book? if so, please explain to me how.

Thanks
 
Thanks Sue and Ken,

I use the .display, given my limited knowledge it is easier for me to use.

I am investigating redemption.

Thanks
 
Back
Top