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.
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.
- Save the template.
As a report developer, you are required to represent 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 the clients in numbered list.
- It must highlight the products.
- Report must be generated in the Presentation Document.
We provide support for the following clients:
- <<foreach [in getClients()]>><<if [indexOf() % 2 == 0]>> <<[numberOf()]>>. <<[getName()]>>
- <<else>> <<[numberOf()]>>. <<[getName()]>>
«/if»«/foreach»
Please download the sample Multicolored Numbered List document we created in this article:
NoteThe code uses some of the objects defined in: The Business Layer
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.