POP3 activities in UiPath

Hi All,

Am facing an issue in POP3 activity for example am trying to get TOP 10 Mails using POP3 but i get the output of last 10 Mails(oldest) why is it happening what should be done? and We are getting Subject Name but we did’t get the Body Message in mails ? why we did’t get the Body message?

Kindly clarify the given points.
Thanks

Refer the below link for extracting Body message from mails

Hi @anil5 ,

We know about Get Outlook mail messages activity we get body message but is it possible to get from Get POP3 mail activity ?

Hi @A.S.VIVEK,

If your mail is in html format, try with mail.Headers("PlainText") instead of mail.body.

Warm regards,
Nimin

Hi @nimin,

Am facing an issue in POP3 activity for example am trying to get TOP 10 Mails using POP3 but i get the output of last 10 Mails(oldest) why is it happening what should be done?

Hi @A.S.VIVEK,

As per my understanding, whenever you execute your workflow, the POP activity fetches mails from the mail server and 'Top' <number> displays the mails from the top of the fetched list. So once all the old mails are fetched, then the list only contains new mails.

Warm regards,
Nimin Salim