Contact

Describes a person that you communicate with.

Syntax

<Contact>
  <extension base="AddressBookItem">
  <fullName type="FullName"/>
  <e-mailList type="EmailAddressList"/>
  <imList type="ImAddressList"/>
  <phoneList type="PhoneList"/>
  <addressList type="PostalAddressList"/>
  <officeInfo type="OfficeInfo"/>
  <personalInfo type="PersonalInfo"/>
  <referenceInfo type="ReferenceInfo"/>
  <advancedInfo type="AdvancedInfo"/>
  <contactNotes type="ContactNotes"/>
  <vcard type="AttachmentItemInfo"/>
<Contact>

Definitions

fullName

Specifies the parts of the contact’s name.

mailList

Specifies a list of the contact’s email addresses.

imList

Specifies a list of the contact’s instant messaging addresses.

phoneList

Specifies a list of the contact’s phone numbers.

addressList

Specifies the contact’s home and business mailing addresses.

officeInfo

Specifies miscellaneous office information.

personalInfo

Specifies miscellaneous personal information.

referenceInfo

Specifies the last date and number of times the contact was referenced.

advancedInfo

Additional fields supported on a contact.

contactNotes

A set of notes added to a contact.

vcard

Used to import a vcard as a contact. The data from the vCard is parsed and a Contact is created. --For GroupWise 2012 and later.