nickmthughes
Programmer
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
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