Online Help Center > SendSafely APIs

SendSafely.Recipient

SendSafely.Recipient A class describing a SendSafely Recipient.

RecipientId
Type: String
Getter/Setter for the recipient ID. The value is set internally by the API and only the getter should be used by an application.

Email
Type: String
Getter/Setter for the email address. The value is set internally by the API and only the getter should be used by an application.

NeedsApproval
Type: bool
Indicates if the recipient requires approval or not. The value is set internally by the API and only the getter should be used by an application.

Approvers
Type: List<String>
A list of approvers that can approve the package for external recipients. The value is set internally by the API and only the getter should be used by an application.

PhoneNumbers
Type: List<PhoneNumber>
A list of phonenumbers that has been used in the past for this recipient. The value is set internally by the API and only the getter should be used by an application.

Confirmations
Type: List<Confirmation>
A list of all confirmations for the recipient. A confirmation will be added as soon as a recipient has downloaded one or more files from the item.

RoleName
Type: String of the user's role.
The role name associate with the recipient.