Sign in Sign up
nuget

Accusoft.ImageGear.Email

The `Accusoft.ImageGear.Email` package includes all the functionality needed to work with emails in the MSG and EML file formats. ## Getting Started ## Converting EML and MSG files into PDF documents is easy with ImageGear: ``` using System.IO; using ImageGear.Formats; using ImageGear.Formats.Email; using ImageGear.Core; // Initialize common formats support and prepare to load EML files ImGearCommonFormats.Initialize(); ImGearFileFormats.Filters.Add(ImGearEmail.CreateEMLFormat()); // Load an EML file. ImGearEmailDocument document = null; using (FileStream stream = File.OpenRead("input.eml")) document = ImGearFileFormats.LoadDocument(stream) as ImGearEmailDocument; // Save the email to a TIF using (FileStream outputStream = File.Create("output.tif")) ImGearFileFormats.SaveDocument(document, outputStream, 0, ImGearSavingModes.OVERWRITE, ImGearSavingFormats.TIF_UNCOMP, new ImGearSaveOptions()); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html).

nuget View on Nuget

Activity

Latest release
1y ago
Total releases
5
Cadence
~3 months
Last 12 months
0

Details

First release
Sep 08, 2022
Releases
Version Released
26.5.0 minor
26.4.0 minor
26.3.0 minor
26.2.0 minor
26.1.0 initial