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.

Syntax

<email>...</email>

Attributes

None

Tag Content

Default Value Data Type Description

none

tns:uri

Contains the user's e-mail address.

Parent Element

Element Description

cc:identity

One of the child elements of identity.

Child Elements

None

Remarks

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>