Extract information from mail using a keyword

Hi, i need to extract information from email messages using UiStudio. Could you please guide me

@Gnaneshwari_Pinna

There are many examples of this within the forums. What are you looking to extract?

Hi,
1)Read mail message from get outlook/pop3/IMAP/Exchange these actvities which suits you
2) the output of the above activites will be a list of mailmessage
3) use for each, in for each give the targetargument type as mailmessage
4) use if condition for each item and check for body or for sendername or for sendermailID or subject or attachment

Let us know if this helps,

Regards,
Pavan H