oo:imAutoArchiving

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 flag indicating whether to automatically archive instant messaging activity (true) or not (false).

Syntax

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

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/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 imAutoArchivingPolicy Element

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