CompleteName

The CompleteName element represents the complete name of a contact.

<CompleteName>
   <Title/>
   <FirstName/>
   <MiddleName/>
   <LastName/>
   <Suffix/>
   <Initials/>
   <FullName/>
   <Nickname/>
   <YomiFirstName/>
   <YomiLastName/>
</CompleteName>

CompleteNameType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
Title
Represents the title of a contact.
FirstName
Represents the first name of contact.
MiddleName
Represents the middle name of a contact.
LastName
Represents the last name of a contact.
Suffix
Represents a suffix to a contact's name.
Initials
Represents the initials of a contact.
FullName
Represents the full name of a contact.
Nickname
Represents the nickname of a contact.
YomiFirstName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
YomiLastName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.

Parent elements

Element Description
Contact
Represents an Exchange contact item.

Remarks

The CompleteName property is part of the Default shape. In the initial release version of Microsoft Exchange Server 2007, the CompleteName property is returned by the GetItem operation, but not the FindItem operation. Starting with Exchange Server 2007 Service Pack 1 (SP1), the FindItem operation also returns the CompleteName property with the Default shape. This change does not affect the schema.

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also