IMAP - Microsoft .NET Library for C#

Sujan Christo 1 Reputation point
2021-06-09T12:57:32.497+00:00

Hi Team,

Would like to know whether there is any Managed Microsoft .NET Library for IMAP for integrating the mail management features into a C# Windows Forms Application.

When check on the web, could find articles noting that Microsoft one is NOT available and recommending to use 3rd party libraries.

We would like to go with Microsoft Libraries and so, any pointers on the implementation methodology would be greatly appreciated.

Looking forward for your thoughts!

Many thanks,

WIth Warm Regards,
Sujan

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,835 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 48,576 Reputation points
    2021-06-09T13:58:40.067+00:00

    MS does not provide any IMAP support libraries. You'll have to use a third party library as was recommended. You're already using third party libraries anyway so whether it comes directly from MS or not shouldn't matter. A quick search on Nuget for IMAP reveals over 100 packages related to it. Scan the more popular ones and find one that fits your needs and budget.


  2. David 146 Reputation points
    2021-09-15T07:00:16.907+00:00

    Anyone who's allowed to use or interested in the 3rd party IMAP library could try Spire.Email (available on NuGet).

    It offers easy interfaces for developer to receive, send and manipulate emails on any .NET platform via IMAP, SMTP, or SMTP protocols.

    Here is one code example: Send Email with HTML Body in C#, VB.NET

    0 comments No comments