I want to read email from inbox of the highlighted folder.
In the Get Outlook mail message activity
In the properties Mail Folder -> "Account name\Inbox"
Regards
Gokul
Can you try with back slash\
Can you try like this @Puneet_Singh
"Account name" + "Inbox"
Put the account name in the “Account” field just above Mailfolder. so put “Engineering production automations team” in Account and then put \Inbox in the Mailfolder field
Sorry didnt understand… if i put only Inbox then it read the default Inbox mails. I want to read emails from inbox which is under Engineering Production Automations Team
Yes it will read the engineering ones as that is the account in the account input, then it will read the inbox but try to put inbox without the \ infront of it
this should work if you remove the filter, it seems to be an error with that
The current error is because of filter use the filter like this
“[From]=emailadress”
cheers
Thanks its working now how to read the email i mean how to display the message in message box in for each for validating
Set the type argument of the for each to system.net.mail.Mailmessage and then inside the for each write out currentitem.body.tostring
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.