Read only Unread Mail using POP3

Hi All,

I am working with “Get POP3 Mail Messages” activity. Using this activity I want to read all the unread mail of “Inbox” folder. Could any please suggest how to achieve this?

Hello.

Unfortunately POP3 does not support getting the status of an email (Read/Unread) so you will have to save them or use a different Activity.

Hi @mgangrade7,

POP3 is designed to delete mail on the server as soon as the user has downloaded it.
So if you have already downloaded the mails it will not be available, so in such case whenever you get Mail using POP3, you will get only Unread mails.

Regards,
V