API Reference
EmailStoreReminderQueryOptions
Bounds and domain behavior for building an Outlook-compatible reminder queue.
Inheritance
- Object
- EmailStoreReminderQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public EmailStoreReminderQueryOptions(Nullable<EmailStoreFolderId> folderId = null, Boolean includeDescendants = false, Boolean includeInactive = false, Boolean includeExcludedFolders = false, Nullable<DateTimeOffset> asOf = null, Int32 maxItemsScanned = 1000000, Int32 maxResults = 100000, Int64 maxDecodedPropertyBytesPerItem = 4194304, Boolean continueOnError = true) #Creates immutable reminder query options.
Parameters
- folderId System.Nullable{OfficeIMO.Email.Store.EmailStoreFolderId} = null
- includeDescendants System.Boolean = false
- includeInactive System.Boolean = false
- includeExcludedFolders System.Boolean = false
- asOf System.Nullable{System.DateTimeOffset} = null
- maxItemsScanned System.Int32 = 1000000
- maxResults System.Int32 = 100000
- maxDecodedPropertyBytesPerItem System.Int64 = 4194304
- continueOnError System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<EmailStoreFolderId> FolderId { get; } #Optional folder scope.
public Boolean IncludeDescendants { get; } #Whether descendants of the selected folder are included.
public Boolean IncludeInactive { get; } #Whether disabled reminders with reminder-property evidence are returned.
public Boolean IncludeExcludedFolders { get; } #Whether folders excluded from the Outlook reminder domain are scanned.
public DateTimeOffset AsOf { get; } #UTC instant used to classify pending and overdue reminders.
public Int32 MaxItemsScanned { get; } #Maximum eligible normal item references examined after reminder-domain folder filtering.
public Int32 MaxResults { get; } #Maximum reminder rows returned.
public Int64 MaxDecodedPropertyBytesPerItem { get; } #Maximum decoded root-property bytes per examined item.
public Boolean ContinueOnError { get; } #Whether corrupt individual items are diagnosed and skipped.