MapiNamedPropertyRequest(Guid, UInt32, String) Constructor |
Defines a request for a numerial named property that is defined in a MAPI named property set uniquely identified by the Guid argument.
Namespace: OpenDiscoverSDK.Interfaces.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic MapiNamedPropertyRequest(
Guid propertySetGuid,
uint lid,
string canonicalName
)
Parameters
- propertySetGuid Guid
- Property set GUID of named property.
- lid UInt32
- The 32-bit quantity that, in combination with the property set GUID, defines a numerical named property.
- canonicalName String
-
The canonical name of this numerical property as defined in the "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.
This argument is necessary in order to assign a metadata dictionary key for this entry in Metadata,
if it exists.
See Also