Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Index Data Reader "Mail"

The purpose of the index data reader "Mail" is to read contents from file attachments of the types .msg and .eml.

Notice

This index data reader is not to be used for data read directly via an email input system. In such a case, an artificial index.json file attachment is generated, and processed with the generic JSON index data reader.

Specify the following email fields in the .InputName property:

  • PoBoxId: value of the .PoBox[].Id property

  • Id: ID of the email object assigned by the mail server

  • MessageId: global message ID of the message

  • Size: total size of the message in bytes

  • From: sender address

  • To, Cc and Bcc: primary recipient address, CC recipient address and BCC recipient address respectively

  • Created, Sent and Received: date of creation, date of dispatch, date of receipt

  • Subject: subject text

  • BodyText: message text

  • BodyHtml: message text in HTML format, if the email was sent in this format

Since these are not tabularly structured but rather elementary values, values are only meant to be assigned to header data fields of the field catalog.