Outlook VBA question
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all I want to write a VB Macro that will forward a message that I have selected. For all intent and purposes I am trying to emulate the Forward button. I know that if I code this Set myForward = myFolder.Items(1).Forward Then it will forward the first message in my inbox (assumign that my inbox is the folder that it has been sent to) Is there a way to change it so that it forwards the messge I select, and not simply the first message. I'm confused as how to get the selection? Anybody know anything abotu VBA and outlook? thanks Nick