EmailMeetingInfo.Recurrence Eigenschaft

Definition

Ruft die Wiederholungsparameter ab oder legt diese fest.

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

Eigenschaftswert

Die Wiederholungsparameter.

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: