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
Contact’s email address
public string Email { get; set; }
Property Value
Id
Contact ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
public string Id { get; set; }