API Reference

Class

OutlookReminder

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Format-neutral projection of Outlook reminder properties.

Inheritance

  • Object
  • OutlookReminder

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 OutlookReminder() #

Properties

public Nullable<Boolean> IsSet { get; set; } #

Whether the reminder is enabled.

public Nullable<Int32> DeltaMinutes { get; set; } #

Reminder lead time in minutes.

public Nullable<DateTimeOffset> Time { get; set; } #

Reference time used to calculate the reminder.

public Nullable<DateTimeOffset> SignalTime { get; set; } #

Next signal time.

public Nullable<Boolean> Override { get; set; } #

Whether an item-specific reminder overrides the series reminder.

public Nullable<Boolean> PlaySound { get; set; } #

Whether Outlook should play a sound.

public String SoundFile { get; set; } #

Optional sound-file parameter retained from Outlook.