API Reference
Class
EmailStoreReminderQueue
Bounded, sorted reminder queue and completeness evidence.
Inheritance
- Object
- EmailStoreReminderQueue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<EmailStoreReminderQueueItem> Items { get; } #Rows sorted by signal time, folder ID, then item ID.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Per-item and bound diagnostics.
public DateTimeOffset AsOf { get; } #UTC instant used to classify state.
public Int32 ScannedItems { get; } #Normal item references examined.
public Int32 ExcludedFolders { get; } #Folders skipped because Outlook excludes them from the reminder domain.
public Boolean IsComplete { get; } #True when the complete selected domain was inspected within all bounds.