Table of Contents

Class Contact

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

Represents a user’s personal in Smartsheet Managing contacts

public class Contact : NamedModel
Inheritance
Contact
Derived
Inherited Members

Properties

Email

Contact’s email address

public string Email { get; set; }

Property Value

string

Id

Contact ID, unlike other Smartsheet object ids, this id is an alphanumeric string.

public string Id { get; set; }

Property Value

string