imap - .NET how to retrieve list of emails from Gmail server with out third party -
I want to retrieve all my Gmail mails and show them in the .NET 4.5 WPF application. I do not want to pay for a third party DLL. Is there anything in the building? Available in .NET 4.5 or later versions? Note: I do not care about sending mail, all my requirements are to show [read / unread / new] mail in my app.
To do this, you will not support the .NET Framework to use IMAP or POP3 protocols. You will need to use a 3rd party DLL - it is available for free or implement the protocol itself using C # - although I am not trying to provide the sample code for it, though.
Also see which components are discussed, as well as answering specifically that no .NET framework is supported.
Comments
Post a Comment