how to 'Mark as read ' a mail of GMail with C# .NET? -
I want to create Gmail Notifier in C #. By parsing Gmail Atom feed I have access to the unread mail list. But I want to add a feature to my app so that the user can directly mark read any mail . Anyone have any idea how to do this? You can use an IMAP library to access GMAIL with C #.
The IMAP box will mark the message as Read .
An IMAP client implementing a project with C #. There is a stack overflow question addressing the issue of IMAP access to C #.
Hope this will be helpful.
Comments
Post a Comment