DocumentEmailCreationDate Property |
Email creation time, if document is an email (see
IsEmailType).
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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