Click or drag to resize

Recipient Class

Specifies the recipient of an Email.
The recipient may be either an individual or a group.
To specify an individual, set the email attribute; to specify a group, set the groupId attribute.
Either email and groupId may be set, but not both.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsRecipient

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 Recipient

The Recipient type exposes the following members.

Constructors
  NameDescription
Public methodRecipient
Top
Properties
  NameDescription
Public propertyEmail
The email address of an individual recipient. If set, GroupId should not be set.
Public propertyGroupId
The ID of a group recipient. If set, Email should not be set.
Top
See Also