How to read all mails from outlook

I want to get the count of all the read and unread mails from outlook. How can i do it?

@sneha_arbole Use Get outlook mail messages activity. Uncheck the “onlyUnreadMessages” properties and set the “Top” property value as “-1”.

For the the output variable of Get outlook mail messages activity use count method, it will give the required output.

If above failed to give the required result, then please use Get Exchange mail messages activity.

1 Like