Share via


cc:state

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.

The state (or province) in the address for the contact card.

Syntax

<state>...</state>

Attributes

None

Tag Content

Default Value Data Type Description

none

tns:LCIDType

Contains the name of the user's state from Active Directory.

Parent Element

Element Description

cc:address

The address element.

Child Elements

None

Remarks

Examples

XML Example of the state Element

<cwaCategory name="contactCard" instance="2" version="2" publishTime="2007-11-01T16:40:23Z">
  <contactCard xmlns="http://schemas.microsoft.com/2006/09/sip/contactcard">
    <address type="work">
      <street>123 Any Street</street>
      <city>Redmond</city>
      <state>WA</state>
      <zipcode>98223</zipcode>
      <countryCode>US</countryCode>
    </address>
    <url type="sharepoint">http://admin.contoso.com</url>
  </contactCard>
</cwaCategory>