IBM Datacap, Version 8.1            

Configuring Email Connector actions

Email Connector can actions to scan Email servers that support IMAP protocol or Exchange Web Service (EWS) for incoming email messages with attachments. You specify and export the attachments into a batch.

To configure Email Connector actions:

  1. For EWS Email servers, specify the version of the mail server you want to scan for attachments.
  2. Add the Email actions for your Email server (IMail.RRX or EWSMail.RRX) to the Export rulesets.

The following example describes a Use EWS ruleset that selects the version of the EWS Email server to use. The ruleset logs on to the mail server, scans the server for incoming mail with attachments and imports them into the batch.

The ruleset contains the Connect to EWS and Find Attachment rules. The Connect to EWS contains the Version and Logon functions and actions you must make the connection to the wanted version of the Email server. The Find Attachment rule contains the Scan function with actions that locate the specified attachments and import them into the batch.

Export EWS ruleset
  • Connect to EWS rule
    • Version function
      • ex_ews_version("1")
    • Logon function
      • ex_login("hostname", "username", "password")
  • Find Attachment rule
    • Scan function
      • ex_types("tiff", "pdf")
      • ex_scan()


Feedback

Last updated: November 2013
dcadg694.htm

© Copyright IBM Corporation 2013.