is it possible to search messages containing a word into the subject ?
In other words, I would like to download all the UNSEEN message having a keyword into the subject.
Somethings like this:
:)
In other words, I would like to download all the UNSEEN message having a keyword into the subject.
Somethings like this:
folder.Search("UNSEEN SUBJECT '*myKeyword*'", ImapX.Enums.MessageFetchMode.Full);
note the use of the wildcard * before and after myKeyword:)