Aspose.Email.Cpp 22.4.0

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

// Install Aspose.Email.Cpp as a Cake Tool
#tool nuget:?package=Aspose.Email.Cpp&version=22.4.0

C++ Email Parsing Library

Version 22.4 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Aspose.Email for C++ enables your C++ applications to work with various Outlook® objects including messages, tasks, contacts, calendar, and journal items.

Email File Processing Features

Supported Read & Write Email Formats

Microsoft Outlook: MSG, PST, OST, OFT
Other: EML, EMLX, MBOX, ICS, VCF, HTML, MHTML

Read-Only Email Formats

Microsoft Outlook: OLM

Supported Email Protocols

  • SMTP
  • POP3
  • IMAP

Get Started

Are you ready to give Aspose.Email for C++ a try? Simply execute Install-Package Aspose.Email.Cpp from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Email for C++ and want to upgrade the version, please execute Update-Package Aspose.Email.Cpp to get the latest version.

Create New Message & Save in EML & MSG Formats

Try executing the below code snippet to see how Aspose.Email for C++ performs in your environment. You may also check the GitHub Repository for other common usage scenarios.

The following code sample shows how to create a new email message and save it in EML & MSG formats using C++.

// create a new instance of MailMessage class
System::SharedPtr<MailMessage> message = System::MakeObject<MailMessage>();

// set subject of the message
message->set_Subject(u"New message created by Aspose.Email for .NET");

// set HTML body
message->set_IsBodyHtml(true);
message->set_HtmlBody(
    u"<b>This line is in bold.</b> <br/> <br/><font color=blue>This line is in blue color</font>");

// set sender information
message->set_From(u"from@domain.com");

// add TO recipients
message->get_To()->Add(u"to1@domain.com");
message->get_To()->Add(u"to2@domain.com");

// add CC recipients
message->get_CC()->Add(u"cc1@domain.com");
message->get_CC()->Add(u"cc2@domain.com");

// save message in EML, MSG and MHTML formats
message->Save(dir + u"output.eml", Aspose::Email::SaveOptions::get_DefaultEml());
message->Save(dir + u"output.msg", Aspose::Email::SaveOptions::get_DefaultMsgUnicode());

Send Email via Exchange EWS Client using C++

// create instance of IEWSClient class by giving credentials
System::SharedPtr<IEWSClient> client = GetExchangeEWSClient(GetExchangeTestUser());

// create an instance of type MailMessage
System::SharedPtr<MailMessage> msg = System::MakeObject<MailMessage>();
msg->set_From(MailAddress::to_MailAddress(u"sender@domain.com"));
msg->set_To(MailAddressCollection::to_MailAddressCollection(u"recipient@ domain.com "));
msg->set_Subject(u"Sending message from exchange server");
msg->set_HtmlBody(u"<h3>sending message from exchange server</h3>");

// send the message
client->Send(msg);

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
native native is compatible. 
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 Aspose.Email.Cpp:

Package Downloads
Aspose.Total.Cpp

Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 585 3/18/2024
24.2.0 1,405 2/22/2024
24.1.0 784 1/22/2024
23.12.0 1,544 12/22/2023
23.11.0 2,061 12/3/2023
23.10.0 2,620 10/16/2023
23.9.0 2,596 9/20/2023
23.8.0 3,894 8/15/2023
23.7.0 3,756 7/21/2023
23.6.0 4,795 6/28/2023
23.5.0 3,344 5/26/2023
23.4.0 4,114 4/14/2023
23.3.0 4,717 3/21/2023
23.2.0 2,326 3/2/2023
23.1.0 7,409 1/27/2023
22.12.0 5,114 12/22/2022
22.10.0 9,074 10/21/2022
22.9.0 5,553 9/23/2022
22.8.0 6,085 8/18/2022
22.7.0 6,981 7/27/2022
22.6.0 6,835 6/24/2022
22.5.0 6,314 5/23/2022
22.4.0 6,749 5/3/2022
22.3.0 6,672 3/28/2022
22.2.0 6,949 2/23/2022
21.11.0 12,393 11/20/2021
21.10.0 7,111 10/25/2021
21.9.0 6,758 9/29/2021
21.7.0 2,535 9/10/2021
21.6.0 7,743 7/22/2021
21.5.1 1,558 7/31/2023
21.5.0 5,729 6/22/2021
21.4.0 2,013 5/24/2021
21.3.0 7,368 4/21/2021
21.2.0 1,816 4/3/2021
21.1.0 1,737 4/6/2021
20.12.0 8,493 1/29/2021
20.11.0 9,463 12/22/2020
20.10.0 1,909 11/26/2020
20.9.0 5,850 10/21/2020
20.8.1 3,339 9/29/2020
20.8.0 1,292 9/21/2020
20.7.0 4,817 8/20/2020
20.6.0 2,006 8/4/2020
20.5.0 6,550 6/29/2020
20.4.0 5,173 5/25/2020
20.3.0 4,955 4/22/2020
20.2.0 4,150 3/20/2020
19.9.0 5,619 10/30/2019
19.3.1 1,651 9/3/2019
19.3.0 2,292 4/26/2019
19.2.0 2,328 3/13/2019
19.1.0 2,269 2/5/2019
18.11.0 2,468 11/27/2018
18.8.0 2,451 9/14/2018
18.6.1 2,653 7/11/2018