I have two requirements in Datacap 9.0.1
I want to find how many emails that were sent to the done folder and how many were sent to problem folder. This way, I can alert the users that say, out of 10 emails in the inbox, 7 of them processed successfully and 3 moved to the problematic folder. I know EmailCount variable gives me the count of emails that datacap was able to read successfully/moved them to the done folder but what I want is the initial count of emails so that I can find a difference.
Is it possible within datacap to scan a folder other than Inbox? For Ex, if I want to scan 'Sent Items' folder how would I do that? I looked into the email connection actions, but I don't see anything which can help me to connect to the folder that I want.