Contact (ContactType)

The Contact element specifies a contact in the Unified Contact Store.

<Contact>
    <PersonName></PersonName>
    <BusinessName></BusinessName>
    <PhoneNumbers></PhoneNumbers>
    <Urls></Urls>
    <EmailAddresses></EmailAddresses>
    <Addresses></Addesses>    <ContactString></ContactString
</Contact>

ContactType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
PersonName
Specifies the name of an individual.
BusinessName
Specifies the name of a business.
PhoneNumbers
Represents a collection of telephone numbers for a contact.
Urls
Specifies an array of URLs for a persona.
EmailAddresses (ArrayOfExtractedEmailAddresses)
Specifies an array of extracted email addresses.
Addresses (ArrayOfAddressesType)
Specifies an array of Address elements.
ContactString
Specifies the display name of a contact.

Parent elements

Element Description
Contacts (ArrayOfContactsType)
Specifies an array of contacts.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also