Bulleted List in Email Document

Note
In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format.
Note
The code uses some of the objects defined in The Business Layer.

Bulleted List in Email

Note
This feature is supported by version 17.8.0 or greater.

Reporting Requirement

As a report developer, you are required to share the following key requirements:

  • A report must be in .eml or .msg format.
  • It must add email recipient, CSS and subject of the email.
  • A report must show all the products in a bulleted list format.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Recipients, Cc and Subject
<<foreach [r in recipients]>><<[r]>>; <</foreach>>
<<[cc]>>
<<[subject]>>
Body
We provide support for the following clients:
<<foreach[in products]>>    <<[ProductName]>>
<</foreach>>
Tip
For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.

Download Bulleted List Template

Please download the sample Bulleted List document we used in this article:

Generating The Report