Click or drag to resize

CreateSheetEmail Class

A convenience class for creating a SheetEmail object with the necessary fields.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateSheetEmail

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 CreateSheetEmail

The CreateSheetEmail type exposes the following members.

Constructors
  NameDescription
Public methodCreateSheetEmail
Sets the required properties for creating a SheetEmail.
Top
Methods
  NameDescription
Public methodBuild
Creates and returns the SheetEmail object.
Public methodSetCcMe
Sets whether to ccMe.
Public methodSetFormatDetails
Sets the format details of the SheetEmail.
Public methodSetMessage
Sets the message of the SheetEmail.
Public methodSetSubject
Sets the subject of the SheetEmail.
Top
See Also