cc:identity

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains the user's identity.

Syntax

<identity>
  <name>...</name>
  <email>...</email>
</identity>

Attributes

Attribute

Data Type

Description

updated

DateTime

Optional attribute indicating the time when this element was last updated.

Parent Element

Element

Description

cc:contactCard

Contains contact card child elements, of which company is one.

Child Elements

Element

Occurrence

Description

cc:name

0 -1

User's name.

cc:email

0 -1

User's e-mail address.

Examples

XML Example of the identity Element

<contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
  <identity>
    <name>
      <displayName>administrator</displayName>
    </name>
    <email>administrator@contoso.com</email>
  </identity>
</contactCard>