Version

RecurrenceChooserAction Enumeration

An enumeration used to determine whether the dialog should be displayed and if so which action should be taken.
Syntax
'Declaration
 
Public Enum RecurrenceChooserAction 
   Inherits System.Enum
public enum RecurrenceChooserAction : System.Enum 
Members
MemberDescription
CancelDo not prompt and do not continue with the operation.
OccurrenceDo not prompt but continue with the operation using the occurrence.
PromptDisplay a dialog to the end user to allow them to choose between changing the occurrence or the series.
SeriesDo not prompt but continue with the operation using the recurrence root.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also