NetCipient
Technical User
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
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