Hi,
In pop3 and System.net.IMAP I.E IMAP4Client how to use filter on email list of inboxx items. i want to filter my From,Subject and attachments.
Hi Guhananth ,
If you are using MailSystem.NET , instead of inbox.search("all") change it to your search query :
https://briancaos.wordpress.com/2012/04/24/reading-mails-using-imap-and-mailsystem-net/
If you are using Mail.dll IMAP .NET library ,set SimpleImapQuery like :
https://www.limilabs.com/blog/how-to-search-imap-in-net
Best Regards,
Nan Yu