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:
But where or how can i know if an email is new, it has not been open yet. ?
Thanks to all.
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 to all.
Last edited: