Mapi Named Property Request(Guid, UInt 32, 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.
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,
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.