GemBox.Email 11.3.30.1007

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Email --version 11.3.30.1007                
NuGet\Install-Package GemBox.Email -Version 11.3.30.1007                
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="11.3.30.1007" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Email --version 11.3.30.1007                
#r "nuget: GemBox.Email, 11.3.30.1007"                
#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.
// Install GemBox.Email as a Cake Addin
#addin nuget:?package=GemBox.Email&version=11.3.30.1007

// Install GemBox.Email as a Cake Tool
#tool nuget:?package=GemBox.Email&version=11.3.30.1007                

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, and SMTP from .NET applications in a simple and efficient way.

Product Compatible and additional computed target framework versions.
.NET Framework net30 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
17.0.1250 750 9/5/2024
17.0.1242 1,862 8/13/2024
17.0.1234 1,450 7/5/2024
17.0.1226 2,973 6/7/2024
17.0.1214 2,996 5/7/2024
17.0.1201 2,520 4/6/2024
17.0.1194 2,020 3/4/2024
17.0.1192 2,671 2/13/2024
17.0.1185 2,500 1/15/2024
17.0.1178 352,604 12/8/2023
17.0.1169 6,996 11/16/2023
17.0.1163 8,193 10/21/2023
17.0.1147 15,791 9/5/2023
17.0.1138 4,444 8/4/2023
17.0.1133 6,325 7/7/2023
17.0.1125 5,817 6/12/2023
17.0.1113 5,527 5/9/2023
17.0.1099 2,039 4/5/2023
17.0.1089 8,748 3/10/2023
17.0.1064 7,460 2/3/2023
17.0.1056 4,630 1/3/2023
17.0.1045 3,195 12/14/2022
17.0.1024 4,026 11/9/2022
17.0.1013 5,444 10/12/2022
17.0.1009 1,483 9/6/2022
17.0.1000 3,452 8/12/2022
15.0.1153 20,635 7/21/2022
15.0.1143 5,192 6/10/2022
15.0.1134 1,498 4/21/2022
15.0.1124 25,599 3/9/2022
15.0.1116 472,616 2/1/2022
15.0.1106 1,846 1/5/2022
15.0.1100 6,921 12/6/2021
15.0.1096 4,553 11/8/2021
15.0.1086 9,194 10/1/2021
15.0.1080 2,399 8/26/2021
15.0.1076 6,369 6/17/2021
15.0.1073 2,021 5/14/2021
15.0.1064 9,874 3/9/2021
15.0.1056 2,315 2/9/2021
15.0.1049 4,717 1/18/2021
15.0.1039 7,023 11/5/2020
15.0.1036 855 10/19/2020
15.0.1029 2,537 9/14/2020
15.0.1026 21,827 6/26/2020
15.0.1021 1,192 5/22/2020
15.0.1014 5,947 3/17/2020
15.0.0.1006 11,805 12/3/2019
15.0.0.1000 1,072 11/7/2019
13.0.0.1046 10,910 12/3/2019
13.0.0.1042 1,756 9/23/2019
13.0.0.1039 2,787 6/7/2019
13.0.0.1036 2,234 5/8/2019
13.0.0.1033 3,427 4/3/2019
13.0.0.1030 1,395 2/4/2019
13.0.0.1027 1,422 1/2/2019
13.0.0.1022 40,142 11/8/2018
13.0.0.1019 1,459 9/25/2018
13.0.0.1012 2,203 7/16/2018
13.0.0.1008 8,095 5/4/2018
13.0.0.1003 1,413 4/4/2018
13.0.0.1000 2,717 3/7/2018
11.3.30.1042 1,960 5/6/2019
11.3.30.1041 4,041 5/4/2018
11.3.30.1037 2,133 4/4/2018
11.3.30.1034 1,682 1/22/2018
11.3.30.1027 4,412 11/13/2017
11.3.30.1016 2,386 8/16/2017
11.3.30.1012 1,700 6/2/2017
11.3.30.1010 1,365 3/21/2017
11.3.30.1007 1,496 12/6/2016
11.3.30.1002 1,384 8/25/2016
11.3.30.1001 1,454 3/23/2016
11.3.30.1000 1,375 2/16/2016

- Added support for MSG file format.
- Added MoveMessage methods to Imap client.
- Added communication logging support to PopClient, ImapClient and SmtpClient.