Click or drag to resize

DocumentTaskSettingsMailStoreMessageCount Property

If CountMailStoreMessageObjects is false and property ProcessingTaskType is set to SingleMailStore, then this value must contain the already counted number of message objects in the mail store. Otherwise this property value is ignored.

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

Property Value

Int32
See Also