Multicolored Numbered List in Email Document
Leave feedback
NoteIn this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format.
NoteThe code uses some of the objects defined in The Business Layer.
NoteThis feature is supported by version 17.8.0 or greater.
Practising 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.
- Save the template.
As a report developer, you are required to represent the following key requirements:
- The report must be in .eml or .msg format.
- It must add email recipient, CSS and subject of the email.
- The report must show the products in the numbered list.
- It must highlight the products.
- The report must be generated in the Presentation Document.
We provide support for the following products:
- <<foreach [in getClients()]>><<if [indexOf() % 2 == 0]>> <<[numberOf()]>>. <<[ProductName]>>
- <<else>> <<[numberOf()]>>. <<[ProductName]>>
«/if»«/foreach»
TipFor detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.
Download Multicolored Numbered List Template
Please download the sample Multicolored Numbered List document we created in this article:
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.