Address QML Type
The Address element contains an address of a contact. More...
Import Statement: | import QtContacts 5.0 |
Properties
- country : string
- locality : string
- postOfficeBox : string
- postcode : string
- region : string
- street : string
- subTypes : list<variant>
Detailed Description
The fields in the Address element are based on the segments of the ADR property of a Versit vCard file.
Address element contains the following field types:
- Address.Street
- Address.Locality
- Address.Region
- Address.PostCode
- Address.Country
- Address.SubTypes
- Address.PostOfficeBox
Versit ® is a trademark of the Internet Mail Consortium. This element is part of the QtContacts module.
Property Documentation
This property holds the name or identifier of the state, province or region of the address.
This property stores the sub types of the address.
- Address.Parcel - An address for parcel delivery.
- Address.Postal - An address for postal delivery.
- Address.Domestic - An address for domestic mail delivery.
- Address.International - An address for international mail delivery.