Click or drag to resize

MapiPropertyRequest Class

Requests a specific MAPI property be extracted from Outlook .msg file formats as metadata, if it exists.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsMapiPropertyRequest

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class MapiPropertyRequest : IMapiPropertyRequest

The MapiPropertyRequest type exposes the following members.

Constructors
 NameDescription
Public methodMapiPropertyRequest Constructor.
Public methodMapiPropertyRequest(String, UInt16) Requests a MAPI property defined by a 'propertyID' and stores it, if it exists in the document, in Metadata dictionary as an entry with 'canonicalName' key.
Top
Properties
 NameDescription
Public propertyCanonicalName Canonical name of the MAPI property that will also be the Metadata entry dictionary key. This name should be the canonical name of the property as defined in "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.
Public propertyPropertyID The MAPI property ID for the property as defined in the "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification.
Public propertyRequestType MAPI property request type.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also