Skip navigation
Jay S A
Currently Being Moderated

Adobe LC: Email Script.

May 14, 2012 3:14 AM

Hi,

 

Someone could pls help me on below requirement:

 

When the user clicks on the email button the PDF file should attach to the oulook email and following property/option should enable/check in the outlook.

 

Options->Security Settings->Encrypt message contents and attachents

 

Written following script on button click event.



var myDoc = event.target;

var address = "";

var subject = "",

myDoc.mailDoc({

bEmpty: true,

cTo: address,

cSubject: subject,

csubmîtAs: "PDF"

});

 

Additinally i have followed below link aswell to meet the requirement but still the option is not check.

 

http://www.experts-exchange.com/Web_Development/Document_Imaging/Adobe _Acrobat/Q_26658652.html

 

I have attached screen shot for reference.

EmailEncryptScreenshot.jpg

Thanks in advance

Jay

 
Replies
  • Currently Being Moderated
    May 14, 2012 12:51 PM   in reply to Jay S A

    Hi,

     

    you cannot control the settings of Outlook nor another mail application through a script in your form.

    That's bacuse the mailDoc function just calls the mailTo protocol on your system.

    This protocol is assigned to a specific application, but which may be different on every computer.

     
    |
    Mark as:
  • Currently Being Moderated
    May 21, 2012 9:01 AM   in reply to Jay S A

    Hi,

     

    you can turn on the encryption by default in Outlook.

    Check this Microsoft article:

     

    http://office.microsoft.com/en-us/outlook-help/encrypt-e-mail-messages -HP001230536.aspx

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points