oo:permissions
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.
Specifies permissions configuration in the client.
Syntax
<oo:permissions xmlns:oo="http://schemas.microsoft.com/2006/09/sip/otherOptions">
<oo:personalInformationManager>...</oo:personalInformationManager>
<oo:autoRetrieveOofFromOutlook>...</oo:autoRetrieveOofFromOutlook>
<oo:publishCalendarPresence>...</oo:publishCalendarPresence>
<oo:imAutoArchiving>...</oo:imAutoArchiving>
<oo:callLogAutoArchiving>...</oo:callLogAutoArchiving> <oo:publishMeetingSubjectAndLocation>...</oo:publishMeetingAndSubjectLocation>
</oo:permissions>
Attributes
None are defined for the Enhanced Presence schema.
Parent Element
Element |
Description |
---|---|
Roam-able options for miscellaneous configuration on the client. |
Child Elements
Element |
Occurrence |
Description |
---|---|---|
0 – 1 |
The personal information manager. |
|
0 - 1 |
Automatically retrieve out-of-office data from Outlook. |
|
0 - 1 |
Publish calendar presence. |
|
0 -1 |
The flag for auto-archiving IM. |
|
0 – 1 |
Automatically archives call activity. |
|
0 - 1 |
Publish meeting subject and location to presence. |
|
0 or more |
Beginning marker for a schema extension. |
|
0 or 1 |
Ending marker for the schema extension. |
|
0 or 1 |
Custom extension to this element. |
Remarks
This element supports schema extensions as well as custom extension.
Examples
XML Example of the permissions Element
<oo:otherOptions
xmlns:oo="http://schemas.microsoft.com/2006/09/sip/options/otherOptions" xmlns:ct="http://schemas.microsoft.com/2006/09/sip/commontypes">
<oo:permissions>
<oo:personalInformationManager>outlook</oo:personalInformationManager>
<oo:autoRetrieveOofFromOutlook>true</oo:autoRetrieveOofFromOutlook>
<oo:publishCalendarPresence>true</oo:publishCalendarPresence>
<oo:imAutoArchiving>true</oo:imAutoArchiving>
<oo:callLogAutoArchiving>true</oo:callLogAutoArchiving>
<oo:publishMeetingSubjectAndLocation>true</oo:publishMeetingSubjectAndLocation>
</oo:permissions>
<ct:delimiter/>
<oo:voiceMailTimestamp>...</oo:voiceMailTimestamp>
<ct:end/>
</otherOptions>