DocumentTaskSettingsCountMailStoreMessageObjects Property

If property ProcessingTaskType is set to SingleMailStore and this value is true, then mail store message objects are always counted before processing. If false; mail store message objects are not counted and property MailStoreMessageCount must be set with the number of message objects in the mail store.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool CountMailStoreMessageObjects { get; set; }

Property Value

Boolean

See Also