Table of Contents

Class RowEmail

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents RowEmail object.

public class RowEmail : Email
Inheritance
RowEmail
Derived
Inherited Members

Properties

ColumnIds

IDs of the columns to be included.

public IList<long> ColumnIds { get; set; }

Property Value

IList<long>

IncludeAttachments

Gets the flag that indicates if Attachments should be included in the Email.

public bool? IncludeAttachments { get; set; }

Property Value

bool?

the include Attachments

IncludeDiscussions

Gets the flag that indicates if Discussions should be included in the Email.

public bool? IncludeDiscussions { get; set; }

Property Value

bool?

the include Discussions

Layout

Gets the layout value: HORIZONTAL, VERTICAL.

public string Layout { get; set; }

Property Value

string

the layout

See Also