Click or drag to resize

TimeZoneAndEmailSettings Class

Settings for document collection time zone and related extracted DateTime metadata and email extracted text DateTime display.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsTimeZoneAndEmailSettings

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
[KnownTypeAttribute(typeof(MapiPropertyRequest))]
[KnownTypeAttribute(typeof(MapiNamedPropertyRequest))]
[KnownTypeAttribute(typeof(TimeZoneInfo))]
[KnownTypeAttribute(typeof(TimeZoneInfoAdjustmentRule))]
[KnownTypeAttribute(typeof(TimeZoneInfoTransitionTime))]
[KnownTypeAttribute(typeof(DayOfWeek))]
public class TimeZoneAndEmailSettings

The TimeZoneAndEmailSettings type exposes the following members.

Constructors
 NameDescription
Public methodTimeZoneAndEmailSettings Constructor.
Top
Properties
 NameDescription
Public propertyApplyTimeZoneToMetadata Determines if CollectionTimeZone is applied to extracted DateTime metadata with Kind equal to Unspecified.
Public propertyCollectionTimeZone Determines the time zone of a document collection.
Public propertyDisplayEmailRecipientNameAndSmtp For email types, if true, the SMTP email address (if known) is also included in the extracted text for each recipient (e.g., "DisplayName < SMTP Address >").
Public propertyEmailDateTimeFormat Determines the extracted text format of email sent date, appointment start/end dates, task dates, and journal dates.
Public propertyExtractAllKnownOutlookMAPIProperties If true, all known MAPI properties are extracted from Outlook message files (.msg). If false, a focused subset of the most common and useful properties are extracted from Outlook message files. The default value is false.
Public propertyShowUtcOffsetForTime If true, extracted text date/times for emails, appointments, tasks, journal objects, etc., are outputted with UTC offset.
Public propertyUserMapiPropertyRequests User list of Outlook MAPI properties and named properties to request for extraction from Microsoft Outlook email formats as metadata.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetSystemTimeZoneIdentifiers Gets a list of all local system time zone identifiers.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also