Contact Class |  |
Represents a user’s personal
in Smartsheet
Inheritance Hierarchy
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
Syntaxpublic class Contact : NamedModel
Public Class Contact
Inherits NamedModel
public ref class Contact : public NamedModel
type Contact =
class
inherit NamedModel
end
The Contact type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Email |
Contact’s email address
|
 | Id |
Contact ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
|
Top
See Also