EmailOptions Class

The DTO class for specifying options when using the email API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsEmailOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class EmailOptions

The EmailOptions type exposes the following members.

Constructors
  NameDescription
Public methodEmailOptions
Initializes a new instance of the EmailOptions class
Top
Properties
  NameDescription
Public propertyToAddress
Gets or sets the to address.
Top
See Also