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
itemPropertyInputButtonActionBaseExisting base action.
Properties
BCC
Gets or sets the blind carbon copy recipients.
public string BCC { get; set; }
Property Value
Body
Gets or sets the message body.
public string Body { get; set; }
Property Value
CC
Gets or sets the carbon copy recipients.
public string CC { get; set; }
Property Value
Format
Gets or sets the export format for the attachment.
public string Format { get; set; }
Property Value
ShowDialog
Gets or sets whether to display the send dialog.
public string ShowDialog { get; set; }
Property Value
Subject
Gets or sets the message subject.
public string Subject { get; set; }
Property Value
To
Gets or sets the primary recipients.
public string To { get; set; }