Version

Recurrence Property (Activity)

Gets/sets the Recurrence object that describes the recurrence pattern that determines the frequency at which individual occurrences occur.
Syntax
'Declaration
 
Public ReadOnly Property Recurrence As Recurrence
public Recurrence Recurrence {get;}
Remarks

Only Appointment objects that are the Recurrence.RootAppointment of an Recurrence will return a non-null value from this property; 'standalone' appointments and variances (members of a recurrence that have been modified) both return null from this property.

Note: Attempting to set the Recurrence property of an Appointment that is a member of an existing Recurrence object’s Recurrence.Variances collection will result in an exception being thrown. Similarly, assigning an Recurrence object that is already assigned to some other Appointment object’s Recurrence property results in an exception being thrown. Also note that setting the Appointment.StartDateTime or Appointment.EndDateTime property of an Appointment whose Recurrence property is set will result in an exception being thrown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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