Subj
foreach (var uid in folder.Search (SearchQuery.NotSeen)) {
var message = folder.GetMessage (uid);
}
What about getting unread messages in the Gmail "Primary" tab?
@s4eideh there's no way to do that. That's something that is proprietary to GMail's web UI.
Most helpful comment