Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook forwarding and selection

Status
Not open for further replies.

nickmthughes

Programmer
Jul 28, 2003
1
US
Hey guys,

I had a question regarding outlook selection. I want to write some code that will forward a message but change the "have replies sent to" to be the original sender of the message. I've got it all figuredout except for one part. The forwarding code I use

Set myForward = myFolder.Items(1).Forward

always forwards Items(1) of the folder I've selected (my inbox). This means it always forwards the top message in my inbox. I want to forward the messge I have selected.

How do I get the message to be the one I've selected
?
Thanks,

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top