Hello, when i check my emails i can see an email data with the POP_DownloadCompleted function. Into this function we can check the email with this code:
B4X:
Dim m As Message
m = MailParser.ParseMail(Message, File.DirRootExternal)
Dim m_subjet As String = m.Subject
But where or how can i know if an email is new, it has not been open yet. ?
Thanks, DonManfred ... First i thought that when we read an email this information (an email has been read or not) is stored in the server.
I need to store this information locally.
Thanks.