Click or drag to resize

TimeZoneAndEmailSettingsEmailDateTimeFormat Property

Determines the extracted text format of email sent date, appointment start/end dates, task dates, and journal dates.

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

Property Value

EmailDateTimeFormat
Remarks

If ExtractionType is set to MetadataOnly then this property is ignored. Text is never extracted in metadata only mode.

See EmailDateTimeFormat for more information.

Default property value YearMonthDayTime

See Also