cc:email

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 e-mail address as part of the user identity.

Syntax

<email>...</email>

Attributes

Attribute

Data Type

Description

updated

DateTime

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

[anyAttribute]

Any type

Optional custom attribute

Parent Element

Element

Description

cc:identity

One of the child elements of identity.

Child Elements

None

Examples

XML Example of the email Element

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