Back Forward Email Listener form
Completing the Process tab

  1. About 
  2. New 
  3. Properties 
  4. Process 
  5. History 
  6. More... 

Use the Process tab to specify how to process email messages at runtime. Proj-889 5.4; form verified for V6.2 — pashm 1/3/11

Read Criteria

Field

Description

Maximum Email Size (KB)

(Optional) Enter a maximum size, in KB, of an email message. If a value is specified, the listener does not attempt to process email messages larger than this value.

A value entered in this field overrides the value specified in the configuration setting prconfig/services/emailMaxSize/default. See How to create or update a prconfig setting.

Process Delivery Status Notifications (DSNs)

Specify whether the listener is to process email messages that are Delivery Status Notification (DSN) messages. See PDN article How to create an email service that responds to AutoReply and Delivery Status Notification messages. When cleared, the listener does not invoke the email service for messages with DSNs.

Data Options

When an email listener routes a message that has files attached to it (either as attachments or as images embedded into the body of the message), the listener creates a page named pyAttachmentPage (of class Data-ServiceMessage) and puts the file(s) on that page. Use the options in this section to specify how to manage email attachments. PROJ-856 5.4

Field

Description

Ignore All Attachments

When selected, the listener does not process email attachments and does not put them on the pyAttachmentPage.

Save Original Email

Specify whether the listener saves the original email, complete with any attachments or embedded images, as an attachment. Use this option when email messages contain embedded images and it is important that users can see them in their original context. In such a case, select the Ignore All Attachments option in most cases, so the attachments are not saved twice — both individually and as part of the original email attachments.

Up About email listener data instances