共用方式為


PidTagRoamingDictionary Canonical 屬性

適用於: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>

通訊協議規格

[MS-OXPROPS]

提供相關 Exchange Server 通訊協定規格的參考。

[MS-OXOCFG]

指定客戶端和伺服器組態資料的位置和屬性,例如共用類別清單和工作時間。

頭檔

Mapidefs.h

提供數據類型定義。

Mapitags.h

包含列為相關聯屬性的屬性定義。

另請參閱

MAPI 屬性

MAPI 標準屬性

將標準屬性名稱對應至 MAPI 名稱

將 MAPI 名稱對應至標準屬性名稱