DocumentContentIsEmailType Property

If true, this document is an email document. This DocumentContent object should be cast to a EmailDocumentContent to get additional email document specific properties.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsEmailType { get; set; }

Property Value

Boolean

See Also