PidTagRoamingDictionary Canonical Property
Office 2007
Contains an XML document that describes the roaming dictionary.
|
Associated properties: |
PR_ROAMING_DICTIONARY |
|
Identifier: |
0x7C07 |
|
Data type: |
PT_BINARY |
|
Area: |
Configuration |
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>
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.