Read top 30 mails from outlook using any suitable protocol
extract sender and received time and date and log it
download the document to input folder
check the format of the document if its other than pdf then log exception else consider for further processing
if the document has page count in limit < 1000 and >35 the consider the document for processing else log exception and move to “Invalid file count” folder
check if files contain Appraisal,C&W File ID:, Valuation & Advisory these keywords (anyone of them)if they have below keywords then move to “Appraisal” folder otherwise move to “Non Appraisal” folder.
Send the email back to me with below format
[Yesterday 5:32 PM] Shedge, Namrata
Read top 30 mails from outlook using any suitable protocol
extract sender and received time and date and log it
download the document to input folder
check the format of the document if its other than pdf then log exception else consider for further processing
if the document has page count in limit < 1000 and >35 the consider the document for processing else log exception and move to “Invalid file count” folder
check if files contain Appraisal,C&W File ID:, Valuation & Advisory these keywords (anyone of them)if they have below keywords then move to “Appraisal” folder otherwise move to “Non Appraisal” folder.
Send the email back to me with below format
I am trying to get top 30 mail from outlook and trying to extract the sender name and recieved date and time i am using like email.Header(“Date”)to Extract recieved date and time but its working for some mail and failing for some mail.How i can resolve this issue.
And how i can able to share the folder path to outlook