QtContacts.Organization

The Organization element provides details about an organization that the contact is either a part of, or stands for. More...

Import Statement: import QtContacts 5.0

Properties

Detailed Description

Organization element contains the following field types:

  • Organization.Name
  • Organization.LogoUrl
  • Organization.Department
  • Organization.Location
  • Organization.Role
  • Organization.Title
  • Organization.AssistantName

This element is part of the QtContacts module.

Property Documentation

assistantName : string

This property holds the value of the name of the contact's assistant.


department : list<string>

This property holds the value of the department name.


location : string

This property holds the value of the location of the organization.


logoUrl : url

This property holds the URL of the organization logo image.


name : string

This property holds the value of the organization name.


role : string

This property holds the value of the contact's role in the organization.


title : string

This property holds the value of the contact's title in the organization.