I am trying to write a search filter for my mailbox. Basically I am getting ill formed emails that have not from, to or subject headers.
I can search using the following:
Code: Select all
FROM @ TO @but what I'd like to do is negate the results, such as:
Code: Select all
NOT FROM @ TO @