Table of Contents

Class MailReportOptions

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents mail report options.

public class MailReportOptions
Inheritance
MailReportOptions
Extension Methods

Properties

MailOptions

Gets the email options.

ReportName

Gets or sets the name of the report template to be used.

Methods

AddReservationProperties(params string[])

Adds the specified reservation properties.

IncludeElement(IActionableElement, params MailReportParameter[])

Adds the specified parameters of the specified dummy element to this report.

IncludeElement(IActionableElement, params string[])

Adds the specified parameters of the specified dummy element to this report.

IncludeElement(int, int, params MailReportParameter[])

Adds the specified parameters of the specified element to this report.

IncludeFilteredView(string, string, string, params MailReportParameter[])

Adds the specified parameters of all elements of a given protocol from the specified view to this mail report.

IncludeFilteredView(string, string, string, params string[])

Adds the specified parameters of all elements of a given protocol from the specified view to this mail report.

IncludeReservationGuid(ValueType)

Adds the specified reservation GUID.

IncludeView(string)

Adds a view to be included in the report.

IncludeView(string, params MailReportParameter[])

Adds the specified parameters of the elements in the specified view to the mail report.

SetMailOptions(EmailOptions)

Sets the mail options.

SetMailOptions(string, string, string)

Sets the mail options.