API Reference

Enum

EmailStoreReminderState

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

State of one reminder relative to the query's explicit as-of instant.

Inheritance

  • Enum
  • EmailStoreReminderState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const EmailStoreReminderState Disabled #

Reminder properties exist but PidLidReminderSet is not true.

Value: 0
public const EmailStoreReminderState Pending #

Active reminder whose signal time is in the future.

Value: 1
public const EmailStoreReminderState Overdue #

Active reminder whose signal time has passed.

Value: 2
public const EmailStoreReminderState ActiveWithoutSignalTime #

Active reminder without enough evidence to establish a signal time.

Value: 3