oo:personalInformationManager

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 from where the client should get personal information.

Syntax

<oo:personalInformationManager 
   xmlns:oo="http://schemas.microsoft.com/2006/09/sip/otherOptions">
   ...
</oo:personalInformationManager>

Attributes

None is defined for the enhanced presence.

Tag Content

Default Value Data Type Description

outlook

string

The PIM string; values can be "wab" (Windows Address Book), "outlook", or "none".

Parent Element

Element Description

oo:permissions

The permissions element.

Child Elements

None

Remarks

The content is a string that contains one of the following values:

Value Description

none

Nothing.

outlook

The Microsoft Outlook application.

wab

Windows Address Book.

The default value is "outlook".

Examples

XML Example of the personalInformationManager Element

<oo:otherOptions xmlns:oo=
      "http://schemas.microsoft.com/2006/09/sip/options/otherOptions">
   <oo:permissions>
      <oo:personalInformationManager>
          outlook
      </oo:personalInformationManager>
      <oo:autoRetrieveOofFromOutlook>
          true
      </oo:autoRetrieveOofFromOutlook>
      <oo:publishCalendarPresence>
          true
      </oo:publishCalendarPresence>
      <oo:imAutoArchiving>false</oo:imAutoArchiving>
      <oo:callLogAutoArchiving>true</oo:callLogAutoArchiving>  
      <oo:publishMeetingSubjectAndLocation>
          True
      </oo:publishMeetingSubjectAndLocation>
   </oo:permissions>
</oo:otherOptions>