Table of Contents

Class AlternateEmail

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

The AlternateEmail object.

public class AlternateEmail : IdentifiableModel
Inheritance
AlternateEmail
Inherited Members

Properties

Confirmed

The confirmed flag for AlternateEmail.

public bool? Confirmed { get; set; }

Property Value

bool?

the Confirmed

Email

The email address string for AlternateEmail.

public string Email { get; set; }

Property Value

string

the Email

See Also