0
New Here
,
/t5/acrobat-sdk-discussions/button-function/td-p/8562326
Sep 02, 2016
Sep 02, 2016
Copy link to clipboard
Copied
Is it possible that when I create a button, it will open up my Outlook and attach itself to it? I cannot use the Submit in the properties of the button options (work does now allow us to use that). I have tried searching for answers and I am coming up with nothing.
Thank you,
Justin
TOPICS
Acrobat SDK and JavaScript
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Sep 02, 2016
Sep 02, 2016
You can use this JavaScript command (but it's pretty much identical to the Submit Form command...):
this.mailDoc();
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/button-function/m-p/8562327#M45598
Sep 02, 2016
Sep 02, 2016
Copy link to clipboard
Copied
You can use this JavaScript command (but it's pretty much identical to the Submit Form command...):
this.mailDoc();
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

