This content has been marked as final.
Show 3 replies
-
1. Re: Is there anyway to email adobe form without opening email clinet application
MichaelN Nov 10, 2014 7:24 PM (in response to frustrared by install)this.mailDoc({ bUI: false, cTo: "some.email@xxx.com", //enter the destination email address here });There are other parameters for mailDoc that you can read about in the JavaScript reference.
-
2. Re: Is there anyway to email adobe form without opening email clinet application
frustrared by install Nov 10, 2014 7:51 PM (in response to MichaelN)I will try it, thx
-
3. Re: Is there anyway to email adobe form without opening email clinet application
Gilad D (try67) Nov 11, 2014 1:24 AM (in response to frustrared by install)From that method's documentation:
Note: (Acrobat 7.0) When this method is executed in a non-privileged context, the bUI parameter is not
honored and defaults to true. See Privileged versus non-privileged context for details.



