MapiPropertyRequest(String, UInt16) 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.
Namespace: OpenDiscoverSDK.Interfaces.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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.
See Also