Click or drag to resize

EmailDocumentContentEntryId Property

Entry ID for Outlook PST/OST extracted message objects in hexadecimal string format.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string EntryId { get; set; }

Property Value

String
Remarks
This property value will be null except for Outlook PST/OST extracted message objects.
See Also