Click or drag to resize

KnownMetadataAttributeIsEmailType Property

Gets or sets whether this metadata field is associated with email metadata (e.g., Microsoft Outlook, MIME, DXL, iCalendar, etc). These are email format common metadata fields. See IsEmailMapiType for only Outlook/Exchange email object MAPI properties.

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
public bool IsEmailType { get; set; }

Property Value

Boolean
See Also