Click or drag to resize

TimeZoneAndEmailSettingsUserMapiPropertyRequests Property

User list of Outlook MAPI properties and named properties to request for extraction from Microsoft Outlook email formats as metadata.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<IMapiPropertyRequest> UserMapiPropertyRequests { get; set; }

Property Value

ListIMapiPropertyRequest
Remarks

There are thousands of MAPI properties and named properties defined in the "Exchange Server Protocols Master Property List" (MS-OXPROPS) specification (and also vendor custom defined property sets of named properties). The Open Discover SDK only extracts the most commonly used MAPI properties and named properties for Outlook email formats.

This feature allows users to extract MAPI properties and named properties specific to their needs and that get returned in the Metadata property (if they exist in the email document).

See Also