MapiNamedPropertyRequest(Guid, String) Constructor |
Defines a request for a string 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,
string canonicalName
)
Parameters
- propertySetGuid Guid
- Property set GUID of named property.
- canonicalName String
-
The string named property canonical name as defined in the "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.
This argument will be used to assign a metadata dictionary key for this entry in Metadata,
if it exists.
See Also