Share via


EmailMeetingInfo.Recurrence Property

Definition

Gets or sets the recurrence parameters.

public:
 property AppointmentRecurrence ^ Recurrence { AppointmentRecurrence ^ get(); void set(AppointmentRecurrence ^ value); };
AppointmentRecurrence Recurrence();

void Recurrence(AppointmentRecurrence value);
public AppointmentRecurrence Recurrence { get; set; }
var appointmentRecurrence = emailMeetingInfo.recurrence;
emailMeetingInfo.recurrence = appointmentRecurrence;
Public Property Recurrence As AppointmentRecurrence

Property Value

The recurrence parameters.

Windows requirements

App capabilities
email emailSystem

Applies to