Click or drag to resize

RowEmail Class

Represents RowEmail object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsEmail
    Smartsheet.Api.ModelsRowEmail
      Smartsheet.Api.ModelsMultiRowEmail

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class RowEmail : Email

The RowEmail type exposes the following members.

Constructors
  NameDescription
Public methodRowEmail
Top
Properties
  NameDescription
Public propertyColumnIds
IDs of the columns to be included.
Public propertyIncludeAttachments
Gets the flag that indicates if Attachments should be included in the Email.
Public propertyIncludeDiscussions
Gets the flag that indicates if Discussions should be included in the Email.
Public propertyLayout
Gets the layout value: HORIZONTAL, VERTICAL.
Top
See Also