PidTagRoamingDictionary Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains an XML document that describes the roaming dictionary.
Associated properties: |
PR_ROAMING_DICTIONARY |
Identifier: |
0x7C07 |
Data type: |
PT_BINARY |
Area: |
Configuration |
Remarks
This property contains a UNICODE XML document that is using UTF8 encoding. A message with a dictionary stream must set this property with the following schema:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="Dictionary.xsd" xmlns="Dictionary.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="UserConfiguration">
<xs:complexType>
<xs:sequence>
<xs:element name="Info">
<xs:complexType>
<xs:sequence />
<xs:attribute name="version" type="VersionString">
</xs:attribute>
</xs:complexType>
The following is a sample XML document stored in this property on a Configuration Data message:
<?xml version="1.0"?>
<UserConfiguration>
<Info version="Outlook.12"/>
<Data> <e k="18-piAutoProcess" v="3-True"/>
<e k="18-piRemindDefault" v="9-15"/>
<e k="18-piReminderUpgradeTime" v="9-212864507"/>
<e k="18-OLPrefsVersion" v="9-1"/>
</Data>
</UserConfiguration>
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOCFG]
Specifies the location and properties of client and server configuration data, such as shared category lists and working hours.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.