RecipientAddressFlags Property
Various flags that denote information about the address.
Syntax
int GetRecipientAddressFlags();
int SetRecipientAddressFlags(int iRecipientAddressFlags);
Default Value
0
Remarks
Various flags that denote information about the address.
Value | Meaning |
0x00000001 | POBox - Set this flag when using a P.O. Box for the address. This flag is only used by USPSShipIntl addresses. |
0x00000002 | Residential - Whether or not the address is a residential address. This flag is only relevant for UPS and FedEx, and if this flag is not set, the address is assumed to be commercial. |
Data Type
Integer