Table of Contents

Class SheetEmail

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

Represents Sheet Email object used for sending a sheet by Email.

public class SheetEmail : Email
Inheritance
SheetEmail
Inherited Members

Properties

Format

Gets the sheet Email Format (PDF or Excel).

public SheetEmailFormat? Format { get; set; }

Property Value

SheetEmailFormat?

the Format

FormatDetails

Gets the Format details (paper dimensions).

public FormatDetails FormatDetails { get; set; }

Property Value

FormatDetails

the Format details

See Also