cc:title

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 title.

Syntax

<title>...</title>

Attributes

None

Tag Content

Default Value Data Type Description

none

tns:LCIDType

Contains a value representing the user's title.

Parent Element

Element Description

cc:contactCard

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

Child Elements

None

Remarks

Examples

XML Example of the title Element

<cwaCategory name="contactCard" instance="3" version="10" publishTime="2007-11-01T03:10:05Z">
  <contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <company>Contoso, LTD.</company>
    <title>Lead Program Manager</title>
    <office>Redmond</office>
    <phone type="mobile">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
    <phone type="home">
      <uri>1234567890</uri>
      <displayString>1234567890</displayString>
    </phone>
  </contactCard>
</cwaCategory>