How to use email related registration parameters in export filename settings in FlexiCapture 11?

Question

I import documents via POP3/IMAP. I need to use an email sender value in building a filename for export files.

Answer

  • Create a batch processing script stage after the Scanning stage in the Advanced workflow.
  • Add this code into the script:
string emailSender = Batch.Properties.Get("fc_Predefined:EmailSender");
Batch.Properties.Set("EmailSender", emailSender);
  • Add a tag into the filename template:
    mceclip0.png

Have more questions? Submit a request

Comments

1 comment

  • Avatar

    Benazir

    Hey can someone explain how to get email body

    0

Please sign in to leave a comment.