Click or drag to resize

DocumentEmailReceivedTime Property

Email received date/time, if document is an email (see IsEmailType).

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public DateTime? EmailReceivedTime { get; set; }

Property Value

NullableDateTime
Remarks
Check the Kind property on the DateTime object to determine if UTC, Local, or Unspecified.
See Also