Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,296 for

email conversion

(0.04 sec)
  1. Scatter Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Email Document format. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS Outlook 2013: Create a new Email. Click in the Email where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Conversion Product Solution GroupDocs...Scatter Chart in Email Document Scatter Chart in Email Document Leave...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  2. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your Email, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Conversion Product Solution GroupDocs...List in Email Document Multicolored Numbered List in Email Document...

    docs.groupdocs.com/assembly/java/multicolored-n...
  3. In-Table List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Report must show managers’ name. It must show the sum of contract prices against each manager....Conversion Product Solution GroupDocs...In-Table List in Email Document In-Table List in Email Document Leave...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....Conversion Product Solution GroupDocs...Bubble Chart in Email Document Bubble Chart in Email Document Leave...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  5. Single Row Image in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Report must show image of the manager It must show Name and age of manager Adding Syntax to be evaluated by GroupDocs....Conversion Product Solution GroupDocs...Row Image in Email Document Single Row Image in Email Document Leave...

    docs.groupdocs.com/assembly/java/single-row-ima...
  6. In-Paragraph List in Email Document | Documenta...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. A descriptive or informative line like “We provide support for the following clients:”....Conversion Product Solution GroupDocs...In-Paragraph List in Email Document In-Paragraph List in Email Document Leave...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  7. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Bubble Chart in Email Document Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Retrieve total Contract Prices by Months. Adding Syntax to be evaluated by GroupDocs....Conversion Product Solution GroupDocs...Bubble Chart in Email Document Bubble Chart in Email Document Leave...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  8. Column Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Grouped, and Ordered Data in Email Document format. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “Column” in the sidebar, you will see a gallery of charts....Conversion Product Solution GroupDocs...Column Chart in Email Document Column Chart in Email Document Leave...

    docs.groupdocs.com/assembly/java/column-chart-i...
  9. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an Email message as shown in the following code sample. advanced_usage.add_watermarks_to_Email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Conversion Product Solution GroupDocs...watermarks to email attachments Add watermarks to email attachments...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. How to Convert Outlook Email to Word in C#

    This tutorial provides all the necessary procedures to convert Outlook Email to Word in C# and a sample working application for C# Email to Word Conversion....Conversion Product Family GroupDocs...Family How to Convert Outlook Email to Word in C# This article will...

    kb.groupdocs.com/conversion/net/how-to-convert-...