> ## 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 values for ShipmentAddrStatus

> Lists the enum values for ShipmentAddrStatus.

## ShipmentAddrStatus Enum

Status for sending to this particular recipient

| Name           | Value | Description                                                                                         |
| -------------- | ----- | --------------------------------------------------------------------------------------------------- |
| Unknown        | 0     | Default value for empty rows                                                                        |
| Ready          | 1     | Ready for shipment                                                                                  |
| Duplicate      | 2     | Blocked because it duplicates another shipment addr in the same batch                               |
| Blocked        | 3     | Blocked because of nomailing flag                                                                   |
| Sent           | 4     | Sent                                                                                                |
| Bounced        | 5     | Bounce received from transport channel                                                              |
| Opened         | 6     | Recipient has opened the message, we know because of tracking                                       |
| Clicked        | 7     | Test recipient, will be deleted after sent (enum name is not correct, but that cant be changed now) |
| SoftBounced    | 8     | Vacation notice, etc                                                                                |
| NoSubscription | 9     | Recipient does not have subscription for shipmentType                                               |
| Complained     | 10    | Recipient sent a complaint                                                                          |
| TooManyBounces | 11    | Recipient address has bounced too many times                                                        |
| TestMail       | 12    | Recipient address is a test mail                                                                    |

## Usage

* [s\_shipment\_addr](../s-shipment-addr).status - Addresses that are ready to be sent in a shipment.


## Related topics

- [Enum ShipmentAddrStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentAddrStatus.md)
- [SuperOffice.WebApi.Data.ShipmentAddrStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentAddrStatus.md)
- [Enum values for ShipmentStatus](/en/database/tables/enums/shipmentstatus.md)
- [Enum values for ShipmentListStatus](/en/database/tables/enums/shipmentliststatus.md)
- [shipmentaddrstatusprovider](/en/api/mdo-providers/reference/shipmentaddrstatusprovider.md)
- [s_shipment_addr table](/en/database/tables/s-shipment-addr.md)
