Set Importance Flag - Email Notification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 01:33 PM
Is it possible to set up an email notification to set the importance flag?
- Labels:
-
Analytics and Reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2009 09:42 PM
gheckl, Did you get an answer to this question? Did you figure it out? Bill Collins

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2009 06:35 AM
Hi Bill,
No I have not figured this out yet.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2009 11:06 AM
I'm interested in this also. Certainly the system has the capability. The inbound email log notes it and it can be utilized on inbound email actions. If I find anything with respect to outbound emails, I will post here. Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2010 06:58 PM
Try this in your notification definition body:
<mail_script>
email.setHeader("Priority", "High");
email.setHeader("Importance", "high");
</mail_script>