I've tried passing a bunch of commands from RFC3501 for IMAP.
Other than 'Contains' I just receive query string is invalid.
Is there a list anywhere of commands that can be used. Every example I can see online using 'Contains'.
ImapMessageCollection msgs = imap.Search(" ('Subject' Contains '2021' |'Seen' ='True') ");