Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

High Importance Email Javascript?

New Here ,
Mar 02, 2016 Mar 02, 2016

I have a form that can be submitted as a Rush request or a Regular request. I have already written my script to include Rush or Regular in the email subject line. I would like to know if there is a way I can automatically make the email (Outlook) High Importance when the Rush timeline is selected? I am also not sure if this code would be added to the email code or to the Timeline field for Rush?

This is what my email code looks like:

// Set the subject and body text for the email message

var cSubLine = this.getField("Timeline") + " " + "Request Form";

var cBody = "Thank you for submitting your form.\n"

Thanks!

TOPICS
Acrobat SDK and JavaScript
420
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 02, 2016 Mar 02, 2016

There isn't a way to set that using JavaScript. It requires setting a particular header in the email, but it's not supported.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 02, 2016 Mar 02, 2016
LATEST

Thanks! After I did a little more digging into it, I figured as much.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines