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.
Thanks in advance
Jay
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
North America
Europe, Middle East and Africa
Asia Pacific