Hello Experts,
Need help in implementing a scenario.
I have 2 mailboxes configured in my Outlook
Mailbox1 and Mailbox 2
Bot reads the input mail from both Inboxes and append final list of mail messages.
Now my Final List of mail messages has mails from both the Inboxes.
I am using RE Framework , and in transaction item I am passing the final list of mail messages and process the same.
Upto here it is implemented.
Now I have a scenario -
where I have to move the mail from inbox to processed folder after it is processed.
If mail from Mailbox1 is processeed, it moves to Processeed fielder of Mailbox1.
If mail from Mailbox2 is processeed , it moves to Processeed folder of Mailbox2.
Question :
After process is done , how would I know , which mailbox the mail belong to ??
Is there any mail property I can use .
Have thought of changing the transaction item to a dictionary of (mailmessage , inboxname) - But not sure how to implement this …
Any help much appreciated
Thanks,
Mukesh