oo:autoRetrieveOofFromOutlook

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.

Determines whether out-of-facility (OOF) information should be retrieved automatically from Outlook.

Syntax

<autoRetrieveOofFromOutlook>...</autoRetrieveOofFromOutlook>

Attributes

None

Tag Content

Default Value

Data Type

Description

true

xs:boolean

true or false

Parent Element

Element

Description

oo:permissions

The permissions element.

Child Elements

None

Remarks

When true, automatically retrieve out-of-office data from Outlook. The default value is true.

Examples

XML Example of the autoRetrieveOofFromOutlook 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>