DocumentEmailCreationDate Property

Email creation 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)
C#
[DataMemberAttribute]
public DateTime? EmailCreationDate { get; set; }

Property Value

NullableDateTime

Remarks

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

See Also