oo:callLogAutoArchiving

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.

Holds a boolean flag indicating whether to automatically archive call activity (true) or not (false).

Syntax

<oo:callLogAutoArchiving xmlns:oo="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">true|false</oo:callLogAutoArchiving>

Attributes

Attribute Data Type Description

xmlns

url

Namespace to which this element belongs. Optional. The value must be "http://schemas.microsoft.com/2006/09/sip/options/otherOptions".

Parent Element

Element Description

oo:permissions

Client-side permissions configuration.

Child Elements

None

Remarks

The default value is true.

Examples

XML Example of the callLogAutoArchiving Element

<cwaCategory name="otherOptions" instance="0" version="16" publishTime="2007-11-14T03:08:16Z">
  <otherOptions xmlns="http://schemas.microsoft.com/2006/09/sip/options/otherOptions">
    <permissions>
      <personalInformationManager>outlook</personalInformationManager>
      <autoRetrieveOofFromOutlook>true</autoRetrieveOofFromOutlook>
      <publishCalendarPresence>true</publishCalendarPresence>
      <imAutoArchiving>false</imAutoArchiving>
      <callLogAutoArchiving>true</callLogAutoArchiving>
      <publishMeetingSubjectAndLocation>true</publishMeetingSubjectAndLocation>
    </permissions>
  </otherOptions>
</cwaCategory>