PidTagRoamingDictionary 规范属性
适用于:Outlook 2013 | Outlook 2016
包含描述漫游字典的 XML 文档。
属性 | 值 |
---|---|
相关属性: |
PR_ROAMING_DICTIONARY |
标识符: |
0x7C07 |
数据类型: |
PT_BINARY |
区域: |
配置 |
备注
此属性包含使用 UTF8 编码的 UNICODE XML 文档。 具有字典流的消息必须使用以下架构设置此属性:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="Dictionary.xsd" xmlns="Dictionary.xsd" xmlns:xs="https://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>
下面是存储在配置数据消息上的此属性中的示例 XML 文档:
<?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>
相关资源
协议规范
提供对相关Exchange Server协议规范的引用。
指定客户端和服务器配置数据的位置和属性,例如共享类别列表和工作时间。
头文件
Mapidefs.h
提供数据类型定义。
Mapitags.h
包含列为关联属性的属性的定义。