> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum RecipientSorting

> The different types of recipient sorting available

The different types of recipient sorting available

## Syntax

```crmscript theme={null}
RecipientSorting
```

## Fields

| Name           | Description                  |
| -------------- | ---------------------------- |
| None           | No sorting                   |
| CountryZipCode | Sort by country and zip code |
| CompanyName    | Sort by company name         |
| CompanyNumber  | Sort by company number       |
| PersonLastname | Sort by person last name     |


## Related topics

- [Enum values for RecipientSorting](/en/database/tables/enums/recipientsorting.md)
- [s_shipment table](/en/database/tables/s-shipment.md)
- [Enum RecipientType](/en/automation/crmscript/reference/CRMScript.NetServer.RecipientType.md)
- [Calculate Message Recipients](/en/api/reference/restful/agent/ticket_agent/calculate-message-recipients.md)
- [Manage bounces](/en/marketing/recipients/learn/manage-bounces.md)
- [Released database changes in version 9.8.7717.1401](/release-notes/database/changes-9.2.md)
