How to retrieve content from mail body

I want to retrieve data from mail body of all unread messages one-by-one. How can I achieve that?

Use Get Outlook Mail Messages.Store the Output in a variable Maillist. Give the data type of the output was System.Net.Mailmessage In the properties,enable only Unread emails.
Iterate through for each loop.
For each mail in Mailist:
Statement:
End
Hope this helps

I’m very beginner to UiPath.
Can you provide some demo please!!

Please go this XAMLOutlook.xaml (5.3 KB)