D
Delnang
I have a command button to insert text into the message body.
Item.Body = Item.Body & vbCrLf & "new stuff"
The script runs before a user hits Forward, but does not run if the user
were to hit forward first. It is necessary that it run after Forward.
Is this possible?
Thanks,
Angie
Item.Body = Item.Body & vbCrLf & "new stuff"
The script runs before a user hits Forward, but does not run if the user
were to hit forward first. It is necessary that it run after Forward.
Is this possible?
Thanks,
Angie