Table of Contents

Class PropertyInputButtonActionSendTo

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a send-to (email) button action.

public class PropertyInputButtonActionSendTo : PropertyInputButtonActionBase
Inheritance
PropertyInputButtonActionSendTo
Inherited Members

Constructors

PropertyInputButtonActionSendTo(PropertyInputButtonActionBase)

Creates a send-to action based on an existing base action.

public PropertyInputButtonActionSendTo(PropertyInputButtonActionBase item)

Parameters

item PropertyInputButtonActionBase

Existing base action.

Properties

BCC

Gets or sets the blind carbon copy recipients.

public string BCC { get; set; }

Property Value

string

Body

Gets or sets the message body.

public string Body { get; set; }

Property Value

string

CC

Gets or sets the carbon copy recipients.

public string CC { get; set; }

Property Value

string

Format

Gets or sets the export format for the attachment.

public string Format { get; set; }

Property Value

string

ShowDialog

Gets or sets whether to display the send dialog.

public string ShowDialog { get; set; }

Property Value

string

Subject

Gets or sets the message subject.

public string Subject { get; set; }

Property Value

string

To

Gets or sets the primary recipients.

public string To { get; set; }

Property Value

string