Mapi Property Request(String, UInt 16) Constructor
Requests a MAPI property defined by a 'propertyID' and stores it, if it exists in the document, in Metadata
dictionary as an entry with 'canonicalName' key.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public MapiPropertyRequest(
string canonicalName,
ushort propertyID
)Parameters
- canonicalName String
- Canonical name of the MAPI property. This value will also be the Metadata entry dictionary key. This name should be the canonical name of the property as defined in "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.
- propertyID UInt16
- The MAPI property ID for the property as defined in the "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.