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 HierarchySystemObject
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
Syntaxpublic ref class Recipient
type Recipient = class end
The Recipient type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Email |
The email address of an individual recipient. If set, GroupId should not be set.
|
 | GroupId |
The ID of a group recipient. If set, Email should not be set.
|
Top
See Also