ContactSummary Complex Type

The ContactSummary type provides information about a contact from a contact directory.

Syntax

<ContactSummary /> 
  <URI />
  <GivenName />
  <FamilyName />
  <FullName />
  <BusinessEmail />
  <PersonalEmail />
  <City />
  <State />
</ContactSummary>

Complex Type Elements

Element Data type Description

URI

xs:anyURI

Unique identifier of the entry in the directory. This is not the contact's Identity URL.

GivenName

xs:string

Given name if defined.

FamilyName

xs:string

Family name of contact, if defined.

FullName

xs:string

Full name of contact.

BusinessEmail

xs:string

Business email address of contact.

PersonalEmail

xs:string

Personal email address of contact

City

xs:string

City from contact address.

State

xs:string

State from contact address.

Remarks

This complex type provides information returned from a search of a contact directory. This information is a subset of the information about a contact that is available from the GrooveVCard.Read operation. The information is returned in an event.

See Also

Reference

GrooveContacts.Search Operation
GrooveVCard.Read Operation
ContactSearchResultsEventData Event