html and javascript in outook messages

K

Kenneth

How can i inert HTML code in an Outlook message without it adding VBA
code to it?

Also, if I send a HTML message from Outlook, will it run javascript and
form functions from the message?
 
S

Sue Mosher [MVP-Outlook]

Outlook (and probably other mail programs) won't run script in HTML messages (at least not unless the user specifically chooses to do so for a particular message, which would be pretty dumb in most cases). It's a security issue. Look for another way to accomplish your goal.
 
Top