PostalAddressCategory
Contents
[
Hide
]PostalAddressCategory class
Represents category for a postal address
The PostalAddressCategory type exposes the following members:
Constructors
| Name | Description |
|---|---|
| PostalAddressCategory(description) | Initializes a new instance of the PostalAddressCategory class |
Properties
| Name | Description |
|---|---|
| home | Defines a type of an address as a home address. |
| work | Defines a type of an address as a work address. |
| custom | Defines a type of an address as an address of type other. |
| value | Gets category of a postal address |
| description | Gets description for the ‘Custom’ category of a postal address |
| HOME_VALUE | String value for ‘Home’ category |
| WORK_VALUE | String value for ‘Work’ category |
| CUSTOM_VALUE | String value for ‘Custom’ category |
Methods
| Name | Description |
|---|---|
| equals(other) |
See Also
- namespace aspose.email.personalinfo
- assembly Aspose.Email