I am pretty sure uipath can do this using the get imap mail message activity to collect the data received in any folder of any mail provider gmail hotmail yahoo ect…
My question would be, how do we then display the information of item.sender picked by get imap mail message to a live website just like gmass does ?
Do i need to be an engineer to build something like that or this can be implemented quite easily ?
Once you have fetched the mailmessage from get mail activity use a for each loop and pass the mailmessage variable and change the typeargume as System.Net.Mail.Mailmessage
Inside the item.From.ToString
Which you can display either through MESSAFE BOX activity