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

適用対象