Table of Contents

Class Email

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

Represents an Email object.

public abstract class Email
Inheritance
Email
Derived
Inherited Members

Properties

CcMe

Gets the carbon copy me flag.

public bool? CcMe { get; set; }

Property Value

bool?

the cc me

Message

Gets the Message.

public string Message { get; set; }

Property Value

string

the Message

SendTo

Gets the list of Recipients

public IList<Recipient> SendTo { get; set; }

Property Value

IList<Recipient>

the list of Recipients

Subject

Gets the Subject.

public string Subject { get; set; }

Property Value

string

the Subject