Is there any way to programmatically search GMail, preferably using C#?
For example, I\'d like to get all email messages matching the search label:MyLabel from:no_re
To use a full gmail search (like multi labels, boolean operators) via IMAP, you need to use X-GM-RAW attribute. More on Google Apps docs.