Progress® Telerik® Reporting R1 2021
SendEmail Properties
The SendEmail type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Body |
A string used for the MailMessage Body value.
This field is optional.
The users can modify this value in the Send Mail Message dialog.
The SendMailMessage implementation should accept the specified e-mail body.
|
![]() | CC |
A valid e-mail for the e-mail message CC address.
This field is optional.
The users can modify this value in the Send Mail Message dialog.
The SendMailMessage implementation should accept the specified CC e-mail addresses.
|
![]() | Enabled |
Indicates whether to show the send e-mail button
|
![]() | Format |
The preselected rendering format.
The users can modify this value in the Send Mail Message dialog.
|
![]() | From |
A valid e-mail for the e-mail message FROM address.
This field is required if empty the user should set it in the Send Mail Message dialog.
The users can modify this value in the Send Mail Message dialog.
The SendMailMessage implementation should accept the specified FROM e-mail address.
|
![]() | Subject |
A string used for the MailMessage Subject value.
This field is optional.
The users can modify this value in the Send Mail Message dialog.
The SendMailMessage implementation should accept the specified e-mail subject.
|
![]() | To |
A valid e-mail for the e-mail message TO address.
This field is required if empty the user should set it in the Send Mail Message dialog.
The users can modify this value in the Send Mail Message dialog.
The SendMailMessage implementation should accept the specified TO e-mail address.
|