QtContacts.ContactDetail
The ContactDetail element represents a single, complete detail about a contact. More...
| Import Statement: | import QtContacts 5.0 | 
Properties
- contexts : list<int>
 - detailUri : string
 - fields : list<int>
 - linkedDetailUris : list<string>
 - readOnly : bool
 - removable : bool
 - type : enumeration
 
Detailed Description
The ContactDetail element is part of the QtContacts module.
See also QContactDetail.
Property Documentation
contexts : list<int>  | 
This property holds one or more contexts that this detail is associated with.
detailUri : string  | 
This property holds the unique URI of the detail if one exists.
fields : list<int>  | 
This property holds the list of all fields which this detail supports.
This property is read only.
linkedDetailUris : list<string>  | 
This property holds a list of detail URIs to which this detail is linked.
readOnly : bool  | 
This property indicates whether or not this detail is writable. This property is read only.
removable : bool  | 
This property indicates whether or not this detail is removale. This property is read only.
type : enumeration  | 
This property holds the type of the detail.
- ContactDetail.Address
 - ContactDetail.Anniversary
 - ContactDetail.Avatar
 - ContactDetail.Birthday
 - ContactDetail.DisplayLabel
 - ContactDetail.Email
 - ContactDetail.ExtendedDetail
 - ContactDetail.Family
 - ContactDetail.Favorite
 - ContactDetail.Gender
 - ContactDetail.Geolocation
 - ContactDetail.GlobalPresence
 - ContactDetail.Guid
 - ContactDetail.Hobby
 - ContactDetail.Name
 - ContactDetail.NickName
 - ContactDetail.Note
 - ContactDetail.OnlineAccount
 - ContactDetail.Organization
 - ContactDetail.PhoneNumber
 - ContactDetail.Presence
 - ContactDetail.Ringtone
 - ContactDetail.SyncTarget
 - ContactDetail.Tag
 - ContactDetail.Timestamp
 - ContactDetail.Url
 - ContactDetail.Version
 - ContactDetail.Unknown
 
This property is read only.