---
title: recipients
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssharingservice/recipients
---

# recipients

An array containing the user handles of the desired recipients.

## Declaration

```swift
var recipients: [String]? { get set }
```

## Discussion

Discussion Each object in the array is an NSString object that contains the handle of a single recipient. The specific format of these handle varies from service to service. For example, some services use email addresses as handles.

## See Also

### Configuring the Service

- [menuItemTitle](appkit/nssharingservice/menuitemtitle.md)
- [subject](appkit/nssharingservice/subject.md)
