GemBox.Email is a .NET component that enables developers to read and write email files (MSG, EML, MHTML), and compose, receive and send email messages using IMAP, POP, SMTP, and EWS from .NET applications in a simple and efficient way.
$ dotnet add package GemBox.EmailThe examples are the fastest way to get started with GemBox.Email.
To see the live examples and demos, go to Example Explorer.
To download the examples C# and VB.NET projects, go to GitHub.
You need to call the SetLicense() method before using any other member from GemBox.Email.
For the FREE version, use "FREE-LIMITED-KEY" as following:
ComponentInfo.SetLicense("FREE-LIMITED-KEY")
For the PROFESSIONAL version, replace "FREE-LIMITED-KEY" with your license key.
You can purchase the license from our webshop.