> ## 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 AddressType

> Lists the enum values for AddressType.

## AddressType Enum

Bit mask, combines address type (EAddressType) and owner type (EOwnerType)

| Name                 | Value | Description                                     |
| -------------------- | ----- | ----------------------------------------------- |
| Unknown              | 0     | Unknown - used when initializing                |
| ContactPostalAddress | 1     | The address is a contact's postal address       |
| ContactStreetAddress | 2     | The address is a contact's street address       |
| PersonPrivateAddress | 16387 | The address is a person's private address       |
| QuoteBillingAddress  | 8196  | The address is the shipping address for a quote |
| QuoteShippingAddress | 8197  | The address is the shipping address for a quote |

## Usage

* [address](../address).atype\_idx - Contact and Person addresses


## Related topics

- [Enum AddressType](/en/automation/crmscript/reference/CRMScript.NetServer.AddressType.md)
- [SuperOffice.WebApi.Data.AddressType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AddressType.md)
- [SuperOffice.WebApi.Data.AddressSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AddressSyncData.md)
- [Enum values for EmailType](/en/database/tables/enums/emailtype.md)
- [Enum values for EmailFromType](/en/database/tables/enums/emailfromtype.md)
- [Enum values for EmailReplyToType](/en/database/tables/enums/emailreplytotype.md)
