#SchedulerOutput
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Boolean | Active | Gets or sets the value indicating whether this sheduler type should be used in mail sending. | True |
| String | AdditionalText | Gets or sets additional text in e-mail body for Attachment output type. | Report attached. |
| String | AttachmentName | Gets or sets name of attachment in e-mail without extension. | report |
| String | Name | Gets or sets the displayed name of the output type on the Izenda.Web.UI.AdHocReportDesigner. | null |
| Boolean | ResolveLinks | Gets or sets value indicating if it is necessary to resolve links in message and use MIME or not. This setting doesn't make any effect for PDF and CSV formats or for Link output type. | False |
| Boolean | Visible | Determines whether this output type will be displayed on the Izenda.Web.UI.ScheduleControl of the Izenda.Web.UI.AdHocReportDesigner. | True |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GenerateMessage(Izenda.AdHoc.ReportSet) Creates a System.Net.Mail.MailMessage using the specified Izenda.AdHoc.ReportSet.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - The source Izenda.AdHoc.ReportSet that will be included in the message.
Returns:
The completed message to be sent to the end users.
###GenerateMessage(Izenda.AdHoc.ReportSet,System.Boolean) Generates e-mail message by reportSet.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - Source ReportSet to generate message from.
- System.Boolean isDashboard
Returns:
Generated message
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
