Mapi Named Property Request(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.
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 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.