[This is preliminary documentation and is subject to change.]

Enumerated type for updating the reminder when the event gets updated

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum ApplicationReminderUpdateType
Visual Basic (Declaration)
Public Enumeration ApplicationReminderUpdateType
Visual C++
public enum class ApplicationReminderUpdateType

Members

Member nameDescription
ExactlySame
The reminder type remains same when the event gets updated
OldOneWasRemindEveryBodyNewOneRemindMe
The old reminder was to remind everybody but the new reminder is set to remind me
OldOneWasRemindMeNewOneRemindEveryBody
The old reminder was to Remind me but the new reminder is for reminding everybody

See Also