Bulleted List in Email Document

Note
In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format.

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.
  • Report must show all the clients 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 getClients()]>>	<<[getName()]>>
<</foreach>>

Download Bulleted List Template

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

Generating The Report

Note
The code uses some of the objects defined in: The Business Layer