다음을 통해 공유


EmailMeetingInfo.Recurrence 속성

정의

되풀이 매개 변수를 가져오거나 설정합니다.

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

속성 값

되풀이 매개 변수입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상