Question
Is there a way to get a sender's email address while processing emails in FineReader server14?
Answer
It's possible to get a sender's email address using a script.
You may use the SenderEmail parameter of the JobProperties object to get the sender's email address. For example:
using System;
string senderAddress = doc.JobProperties.SenderEmail;
Kindly check our documentation: https://help.abbyy.com/en-us/finereaderserver/14/help/jobproperties/
Comments
0 comments
Article is closed for comments.