cc:company
Contains the user's company.
| Attribute | Data Type | Description |
|---|---|---|
|
LCID |
Unsigned integer |
LCID value of the language used to describe the company name. For US English, this is 1033. This attribute is optional. |
|
updated |
Date Time |
Date and time when this element was last updated. This attribute is optional. |
|
Any attribute |
any |
Optional custom attribute. |
XML Example of the company 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>