Please help. I have your library Limilabs.Mail
in my program.
I am not able to solve problem with searching in inbox
I need search in inbox with following combination of conditions
Address TO is "example1@domain.com" and flag is UNSEEN.
I tried to use
imap.Search("TO example1@domain.com \UNSEEN");
I get error
System.InvalidCastException: Unable to cast object of type 'System.String' to type 'Limilabs.Client.IMAP.ICriterion'
Question is how should I create IMAP search with multiple criteria and not only flags?
I have this level of license - "Mail.dll single developer"