cc:office

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.

Describes the user office location.

Syntax

<office>...</office>

Attributes

Attribute

Data Type

Description

LCID

unsigned integer

Optional attribute describing the locale ID for the language used to describe this element.

updated

dateTime

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

Parent Element

Element

Description

cc:contactCard

The contactCard element.

Child Elements

None

Examples

XML Example of the office Element

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