GemBox.Email
17.0.1263
Prefix Reserved
dotnet add package GemBox.Email --version 17.0.1263
NuGet\Install-Package GemBox.Email -Version 17.0.1263
<PackageReference Include="GemBox.Email" Version="17.0.1263" />
paket add GemBox.Email --version 17.0.1263
#r "nuget: GemBox.Email, 17.0.1263"
// Install GemBox.Email as a Cake Addin #addin nuget:?package=GemBox.Email&version=17.0.1263 // Install GemBox.Email as a Cake Tool #tool nuget:?package=GemBox.Email&version=17.0.1263
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
- Send mail messages using SMTP protocol.
- Receive, reply, and forward mail messages using POP or IMAP protocol.
- Create mail message with attachments and multi-format message body.
- Convert emails to MSG, EML, and MHTML format.
- Create, send, and receive emails in ASP.NET Core, Blazor, MAUI, and other .NET applications.
- Process emails on Windows, Linux, macOS, Android, and iOS operating systems.
- Modify mail message headers using advanced MIME model.
- List and modify folders using IMAP protocol.
- List and modify message flags using IMAP protocol.
- Search for mail message using IMAP protocol.
- Send, list, and download messages on the Exchange Server using EWS protocol.
- List and modify folders on the Exchange Server using the EWS protocol.
- Custom SSL certificate validation when connecting to mail server.
- Validate mail addresses.
- Sign, unsign, and validate emails.
- Create personalized mail messages based on a single template and variable data.
- Load and save calendars in iCalendar format.
- Create and add calendar events, tasks, and reminders to an email.
- OAuth 2.0 support.
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 | Versions 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. |
.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. |
-
.NETFramework 3.5
- BouncyCastle (>= 1.8.9)
- Pkcs11Interop (>= 5.1.1)
-
.NETFramework 4.6.2
- BouncyCastle.Cryptography (>= 2.3.1)
- Pkcs11Interop (>= 5.1.1)
- System.Buffers (>= 4.5.1)
- System.Text.Json (>= 8.0.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Pkcs11Interop (>= 5.1.1)
- Portable.BouncyCastle (>= 1.9.0)
- System.Buffers (>= 4.5.1)
- System.Text.Encoding.CodePages (>= 6.0.0)
- System.Text.Json (>= 8.0.4)
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.1263 | 584 | 11/4/2024 |
17.0.1255 | 2,241 | 10/8/2024 |
17.0.1250 | 13,635 | 9/5/2024 |
17.0.1242 | 2,990 | 8/13/2024 |
17.0.1234 | 1,980 | 7/5/2024 |
17.0.1226 | 3,667 | 6/7/2024 |
17.0.1214 | 3,321 | 5/7/2024 |
17.0.1201 | 3,272 | 4/6/2024 |
17.0.1194 | 2,384 | 3/4/2024 |
17.0.1192 | 2,709 | 2/13/2024 |
17.0.1185 | 3,169 | 1/15/2024 |
17.0.1178 | 456,594 | 12/8/2023 |
17.0.1169 | 7,398 | 11/16/2023 |
17.0.1163 | 9,081 | 10/21/2023 |
17.0.1147 | 17,012 | 9/5/2023 |
17.0.1138 | 4,605 | 8/4/2023 |
17.0.1133 | 6,393 | 7/7/2023 |
17.0.1125 | 5,887 | 6/12/2023 |
17.0.1113 | 5,959 | 5/9/2023 |
17.0.1099 | 2,106 | 4/5/2023 |
17.0.1089 | 9,859 | 3/10/2023 |
17.0.1064 | 7,483 | 2/3/2023 |
17.0.1056 | 4,762 | 1/3/2023 |
17.0.1045 | 3,223 | 12/14/2022 |
17.0.1024 | 4,082 | 11/9/2022 |
17.0.1013 | 6,142 | 10/12/2022 |
17.0.1009 | 1,523 | 9/6/2022 |
17.0.1000 | 3,479 | 8/12/2022 |
15.0.1153 | 22,034 | 7/21/2022 |
15.0.1143 | 5,498 | 6/10/2022 |
15.0.1134 | 1,522 | 4/21/2022 |
15.0.1124 | 26,051 | 3/9/2022 |
15.0.1116 | 472,687 | 2/1/2022 |
15.0.1106 | 1,899 | 1/5/2022 |
15.0.1100 | 7,289 | 12/6/2021 |
15.0.1096 | 4,577 | 11/8/2021 |
15.0.1086 | 9,220 | 10/1/2021 |
15.0.1080 | 2,453 | 8/26/2021 |
15.0.1076 | 6,886 | 6/17/2021 |
15.0.1073 | 2,115 | 5/14/2021 |
15.0.1064 | 9,909 | 3/9/2021 |
15.0.1056 | 2,631 | 2/9/2021 |
15.0.1049 | 4,817 | 1/18/2021 |
15.0.1039 | 7,056 | 11/5/2020 |
15.0.1036 | 860 | 10/19/2020 |
15.0.1029 | 2,717 | 9/14/2020 |
15.0.1026 | 22,008 | 6/26/2020 |
15.0.1021 | 1,215 | 5/22/2020 |
15.0.1014 | 5,971 | 3/17/2020 |
15.0.0.1006 | 11,857 | 12/3/2019 |
15.0.0.1000 | 1,099 | 11/7/2019 |
13.0.0.1046 | 11,666 | 12/3/2019 |
13.0.0.1042 | 1,777 | 9/23/2019 |
13.0.0.1039 | 2,835 | 6/7/2019 |
13.0.0.1036 | 2,254 | 5/8/2019 |
13.0.0.1033 | 3,470 | 4/3/2019 |
13.0.0.1030 | 1,415 | 2/4/2019 |
13.0.0.1027 | 1,445 | 1/2/2019 |
13.0.0.1022 | 40,281 | 11/8/2018 |
13.0.0.1019 | 1,480 | 9/25/2018 |
13.0.0.1012 | 2,226 | 7/16/2018 |
13.0.0.1008 | 8,123 | 5/4/2018 |
13.0.0.1003 | 1,436 | 4/4/2018 |
13.0.0.1000 | 2,743 | 3/7/2018 |
11.3.30.1042 | 2,154 | 5/6/2019 |
11.3.30.1041 | 4,073 | 5/4/2018 |
11.3.30.1037 | 2,156 | 4/4/2018 |
11.3.30.1034 | 1,706 | 1/22/2018 |
11.3.30.1027 | 4,486 | 11/13/2017 |
11.3.30.1016 | 2,424 | 8/16/2017 |
11.3.30.1012 | 1,718 | 6/2/2017 |
11.3.30.1010 | 1,386 | 3/21/2017 |
11.3.30.1007 | 1,502 | 12/6/2016 |
11.3.30.1002 | 1,413 | 8/25/2016 |
11.3.30.1001 | 1,475 | 3/23/2016 |
11.3.30.1000 | 1,458 | 2/16/2016 |
Added support for immutable IDs in GraphClient.
Fixed issue with MS-TNEF messages in GraphClient.
Added support for MailMessage.RequestDeliveryReceipt and MailMessage.RequestReadReceipt.