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
it's 2015 now! You can use Google's Gmail API.
It has a search feature, you can do it easily just like this:
https://www.googleapis.com/gmail/v1/users/me/messages?q="in:sent after:2014/01/01 before:2014/01/30"