Convert EML to XPS via C#
Convert EML to XPS without Microsoft® Outlook® or Thunderbird® dependencies.
Convert EML to XPS Using C#
Discover an efficient and robust solution for your email applications! Aspose.Email for .NET provides a comprehensive set of APIs that empower developers to work with various email formats and seamlessly integrate email data into their applications.
Developers facing with the task of converting EML to XPS no longer experience difficulties and have the opportunity to focus on the efficiency, flexibility and customization of their applications and enhance the user experience. The library ensures the preservation of data integrity during the conversion process. It accurately translates the content, structure, and attachments of EML files into the XPS format, maintaining the fidelity of the original email data.
Converting EML to XPS programmatically allows users to create a printable representation of email messages, preserving formatting and layout.
To leverage the power of the .NET API, you can choose to perform one of the following actions:
Open NuGet package manager, search for Aspose.Email and install it on your device.
Use the following command from the Package Manager Console:
PM> Install-Package Aspose.Email
Steps to Convert EML to XPS via C#
.NET programmers can easily load & convert EML files to XPS in just a few lines of code.
- Load source EML file using MailMessage.Load.
- Instantiate MailPrinter.
- Configure formatting.
- Set page layout.
- Print email to XPS.
System Requirements
Before running the .NET conversion source code, make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.
- Development environment like Microsoft Visual Studio.
- Aspose.EMAIL for .NET DLL referenced in your project.
A sample code showing EML to XPS Conversion in C#
var message = MailMessage.Load("message.eml");
// Instantiate an instance of MailPrinter
var printer = new Printing.MailPrinter();
// Set MessageFormattingFlags to MailInfo to display the message headers and body
printer.FormattingFlags = Printing.MessageFormattingFlags.MailInfo;
// Set page layout for printing
printer.PageUnit = Printing.PrinterUnit.Cm;
// Print the email to an XPS file
printer.Print(message, "message.xps", Printing.PrintFormat.XPS);
Free App to Convert EML to XPS
Other Supported Conversions
You can also convert EML into many other file formats including few listed below.