API Reference
Class
OutlookReminder
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.
Returned or exposed by
- Property EmailMessageMetadata.Reminder
- Property OutlookAppointment.Reminder
- Property OutlookTask.Reminder
- Property EmailStoreReminderQueueItem.Reminder
Accepted by parameters
Constructors
public OutlookReminder() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.