Click or drag to resize

KnownBooleanMetadataFieldsRead Field

Outlook email object associated metadata field. True if the folder mail item has been read; false otherwise (MAPI property PidTagMessageFlags flag mfRead, where if 0x00000001 bit is set - The message is marked as having been read).

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[KnownMetadataAttribute(IsEmailType = true)]
public const string Read = "Read"

Field Value

String
See Also