Click or drag to resize

Contact Class

Represents a user’s personal in Smartsheet
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsContact
        Smartsheet.Api.ModelsContactObjectValue

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 Contact : NamedModel

The Contact type exposes the following members.

Constructors
  NameDescription
Public methodContact
Top
Properties
  NameDescription
Public propertyEmail
Contact’s email address
Public propertyId
Contact ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
Top
See Also