Progress® Telerik® Reporting R3 2020
SendEmail Class
Provides a class for the send e-mail message options.
Contains the enabled property, the preselected rendering Format, from and to e-mail addresses.
Inheritance Hierarchy
SystemObject
Telerik.ReportViewer.Html5.WebFormsSendEmail
Namespace:
Telerik.ReportViewer.Html5.WebFormsTelerik.ReportViewer.Html5.WebFormsSendEmail
Assembly: Telerik.ReportViewer.Html5.WebForms (in Telerik.ReportViewer.Html5.WebForms.dll)
Syntax
The SendEmail type exposes the following members.
Constructors
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.
|
Version Information
Supported in: 1.0.1