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!

I am a newbie to using VBScript in

Status
Not open for further replies.

NetCipient

Technical User
Jan 18, 2003
15
US
I am a newbie to using VBScript in Outlook forms. My situation is that I want the user to be able to Forward the email but only after a msgBox appears with a warning message. My code:

Function Item_Forward(ByVal myForwardItem)
MsgBox "Please do not forward to non-company personnel"
Item_Forward = True
End Function

The msbBox never appears when I press Forward. Is this code ok? Where does myForwardItem come into play?

Bill
NetCipient.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top