DocumentEmail Received Time Property
Email received date/time, if document is an email (see IsEmailType).
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public DateTime? EmailReceivedTime { get; set; }Property Value
NullableDateTimeRemarks
Check the Kind property on the DateTime object to determine if UTC, Local, or Unspecified.