This topic describes how to use the Groupdocs.Viewer Node.js API to convert email Messages to HTML, PDF, PNG, and JPEG formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Learn how to add watermark in Outlook email Messages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This article shows how to get the information about the attachments....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs.Parser provides the functionality to extract data from emails. Both email Message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This article shows how to get the information about the attachments....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps
Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Learn how to add watermark in Outlook email Messages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Team Groupdocs is really excited to announce the monthly release of Groupdocs.Signature for .NET 17.06.0. The latest release comes up with a number of new features, Improvements and a bug fix. Version 17.6 of Groupdocs.Signature for .NET introduces support for barcode and QR-code signatures. The latest API not just implements adding barcode and QR-code to the supported document formats but also allows verification of the documents signed with QR-code or barcode....Team GroupDocs is really excited to announce the monthly release...release of GroupDocs.Signature for .NET 17.06.0. The latest release...
Groupdocs.Metadata for .NET provides functionality that allows handling the most popular email Message formats: EML and MSG. The following are some commonly used scenarios of working with the Message content and metadata.
Reading EML Message metadata The EML Message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...