If anyone is familiar with MailSystem.Net, can you help me?
I would like to see the status of an email that is fetched with Imap4 and Pop3. I would like to see if the fetched email has already been read or is still unread.
int nIndex = 10;
Header EmailMessage = inbox.Fetch.HeaderObject(nIndex);
I would like to know if the fetched email is read or unread. Any help would be greatly appreciated.