Click or drag to resize

TimeZoneAndEmailSettingsExtractAllKnownOutlookMAPIProperties Property

If true, all known MAPI properties are extracted from Outlook message files (.msg). If false, a focused subset of the most common and useful properties are extracted from Outlook message files. The default value is false.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataMemberAttribute]
public bool ExtractAllKnownOutlookMAPIProperties { get; set; }

Property Value

Boolean
See Also