Click or drag to resize

Email Class

Represents an Email object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsEmail
    Smartsheet.Api.ModelsRowEmail
    Smartsheet.Api.ModelsSheetEmail

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 abstract class Email

The Email type exposes the following members.

Properties
  NameDescription
Public propertyCcMe
Gets the carbon copy me flag.
Public propertyMessage
Gets the Message.
Public propertySendTo
Gets the list of Recipients
Public propertySubject
Gets the Subject.
Top
See Also