Compartir a través de


EmailMeetingInfo.Recurrence Propiedad

Definición

Obtiene o establece los parámetros de periodicidad.

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

Valor de propiedad

Parámetros de periodicidad.

Requisitos de Windows

Características de aplicaciones
email emailSystem

Se aplica a