Click or drag to resize

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.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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.
See Also