Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (2 items)
-
You can use this piece of code for each button:
Dim objEmail
Set objEmail = Application.ActiveWindow.MailEnvelope
objEmail.Subject = ''Test e-mail message''
objEmail.To = ''mail@mail.pl''
objEmail.Visible = true
-
Hi Experts,
I would like to send form by e-mail as html page (not as attachment). In the form are buttons with VBscript code. If I try to send my form by e-mail InfoPath removes my buttons.
Form is fully trusted and security level is extremele low.
What should I do to save buttons in mail's body?
Do I have to have certified digital ...
Page 1 of 1 (2 items)