Click or drag to resize

AlternateEmailBuilder Class

A convenience class to help generate AlternateEmail object with the appropriate fields.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsAlternateEmailBuilder

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 AlternateEmailBuilder

The AlternateEmailBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAlternateEmailBuilder
Sets the required properties for creating an AlternateEmail.
Top
Methods
  NameDescription
Public methodBuild
Builds the AlternateEmail.
Public methodGetEmail
Gets the Email.
Public methodSetEmail
Sets the Email for the AlternateEmail.
Top
See Also