GemBox.Email 17.0.1274

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Email --version 17.0.1274
                    
NuGet\Install-Package GemBox.Email -Version 17.0.1274
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GemBox.Email" Version="17.0.1274" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Email" Version="17.0.1274" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Email" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GemBox.Email --version 17.0.1274
                    
#r "nuget: GemBox.Email, 17.0.1274"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GemBox.Email@17.0.1274
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GemBox.Email&version=17.0.1274
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Email&version=17.0.1274
                    
Install as a Cake Tool

What is GemBox.Email?

GemBox.Email is a .NET component that enables you to read, write, and convert email files (MSG, EML, and MHTML), or send and receive email messages (POP, IMAP, SMTP, and EWS) from .NET applications.

With GemBox.Email you get a fast and reliable component that’s easy to use and doesn't depend on Microsoft Outlook. It requires only .NET so you can deploy your applications without having to think about other licenses.

GemBox.Email Features

Get Started

You are not sure how to start working with email messages in .NET using GemBox.Email? Check the code below that shows how to create an email message from scratch and send it.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Create a new email message.
MailMessage message = new MailMessage(
  new MailAddress("sender@example.com", "Sender"),
  new MailAddress("first.receiver@example.com", "First receiver"),
  new MailAddress("second.receiver@example.com", "Second receiver"));

// Add subject and body.
message.Subject = "Hello World!";
message.BodyText = "Hi 👋,\n" +
    "This message was created and sent with GemBox.Email.";

// Create a new SMTP client and send the email message.
using (SmtpClient smtp = new SmtpClient("<ADDRESS> (e.g. smtp.gmail.com)"))
{
    smtp.Connect();
    smtp.Authenticate("<USERNAME>", "<PASSWORD>");
    smtp.SendMessage(message);
}

For more GemBox.Email code examples and demos, please visit our examples page.

Resources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GemBox.Email:

Package Downloads
GemBox.Bundle

GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.2.100 418 2/2/2026
2026.1.100 2,208 1/2/2026
2025.12.101 2,738 12/5/2025
2025.11.100 7,823 11/5/2025
2025.10.100 7,903 10/2/2025
2025.9.101 8,816 9/4/2025
2025.8.103 8,081 8/13/2025
2025.7.102 14,148 7/2/2025
2025.6.102 13,839 6/14/2025
2025.5.102 8,479 5/7/2025
2025.4.103 16,999 4/4/2025
2025.3.103 10,009 3/11/2025
2025.2.103 21,788 2/14/2025
2025.1.103 8,695 1/24/2025
17.0.1274 12,255 12/5/2024
17.0.1263 14,474 11/4/2024
17.0.1255 203,346 10/8/2024
17.0.1250 20,212 9/5/2024
17.0.1242 14,762 8/13/2024
17.0.1234 9,601 7/5/2024
17.0.1226 12,306 6/7/2024
17.0.1214 11,126 5/7/2024
17.0.1201 10,057 4/6/2024
17.0.1194 10,033 3/4/2024
17.0.1192 8,071 2/13/2024
17.0.1185 8,900 1/15/2024
17.0.1178 1,512,970 12/8/2023
17.0.1169 15,536 11/16/2023
17.0.1163 18,522 10/21/2023
17.0.1147 27,694 9/5/2023
17.0.1138 9,687 8/4/2023
17.0.1133 11,342 7/7/2023
17.0.1125 10,893 6/12/2023
17.0.1113 14,577 5/9/2023
17.0.1099 7,587 4/5/2023
17.0.1089 18,258 3/10/2023
17.0.1064 12,431 2/3/2023
17.0.1056 10,608 1/3/2023
17.0.1045 8,169 12/14/2022
17.0.1024 9,092 11/9/2022
17.0.1013 14,800 10/12/2022
17.0.1009 6,548 9/6/2022
17.0.1000 8,423 8/12/2022
15.0.1153 31,728 7/21/2022
15.0.1143 12,886 6/10/2022
15.0.1134 6,589 4/21/2022
15.0.1124 33,301 3/9/2022
15.0.1116 478,079 2/1/2022
15.0.1106 7,048 1/5/2022
15.0.1100 14,331 12/6/2021
15.0.1096 9,529 11/8/2021
15.0.1086 14,336 10/1/2021
15.0.1080 8,381 8/26/2021
15.0.1076 14,677 6/17/2021
15.0.1073 7,362 5/14/2021
15.0.1064 14,885 3/9/2021
15.0.1056 8,151 2/9/2021
15.0.1049 10,330 1/18/2021
15.0.1039 12,102 11/5/2020
15.0.1036 5,854 10/19/2020
15.0.1029 7,913 9/14/2020
15.0.1026 27,062 6/26/2020
15.0.1021 6,215 5/22/2020
15.0.1014 11,260 3/17/2020
15.0.0.1006 16,954 12/3/2019
15.0.0.1000 6,095 11/7/2019
13.0.0.1046 21,497 12/3/2019
13.0.0.1042 6,750 9/23/2019
13.0.0.1039 7,902 6/7/2019
13.0.0.1036 7,268 5/8/2019
13.0.0.1033 8,491 4/3/2019
13.0.0.1030 6,431 2/4/2019
13.0.0.1027 6,569 1/2/2019
13.0.0.1022 47,084 11/8/2018
13.0.0.1019 6,542 9/25/2018
13.0.0.1012 12,518 7/16/2018
13.0.0.1008 13,488 5/4/2018
13.0.0.1003 6,788 4/4/2018
13.0.0.1000 8,104 3/7/2018
11.3.30.1042 8,341 5/6/2019
11.3.30.1041 9,419 5/4/2018
11.3.30.1037 7,511 4/4/2018
11.3.30.1034 7,060 1/22/2018
11.3.30.1027 9,694 11/13/2017
11.3.30.1016 7,630 8/16/2017
11.3.30.1012 6,919 6/2/2017
11.3.30.1010 6,598 3/21/2017
11.3.30.1007 6,900 12/6/2016
11.3.30.1002 6,890 8/25/2016
11.3.30.1001 6,695 3/23/2016
11.3.30.1000 6,712 2/16/2016

Fixed issue with empty charset in EML reader.
Fixed issue with default subject and sender encoding in MSG reader.
Fixed issue with missing root properties stream in MSG reader.
Increased the System.Text.Json version dependency.
Fixed issue with RTF body encoding in MSG reader.