次の方法で共有


RecurrencePattern.RecurrenceType プロパティ

定義

繰り返しパターンの OlRecurrenceType 出現頻度を指定する定数を設定または返します。 読み取り/書き込みが可能です。

public:
 property Microsoft::Office::Interop::Outlook::OlRecurrenceType RecurrenceType { Microsoft::Office::Interop::Outlook::OlRecurrenceType get(); void set(Microsoft::Office::Interop::Outlook::OlRecurrenceType value); };
public Microsoft.Office.Interop.Outlook.OlRecurrenceType RecurrenceType { get; set; }
Public Property RecurrenceType As OlRecurrenceType

プロパティ値

注釈

オブジェクトの他のプロパティを設定する前に 、RecurrenceType プロパティを設定する RecurrencePattern 必要があります。 RecurrencePattern プロパティを後で設定することは、次の表に示すように、 RecurrenceType の値とは異なります。

OlRecurrenceType有効な RecurrencePattern プロパティ
olRecursDaily Duration, EndTime, Interval, NoEndDate, Occurrences, PatternStartDate, PatternEndDate, StartTime
olRecursWeekly DayOfWeekMaskDurationEndTimeIntervalNoEndDateOccurrencesPatternStartDatePatternEndDateStartTime
olRecursMonthly DayOfMonthDurationEndTimeIntervalNoEndDateOccurrencesPatternStartDatePatternEndDateStartTime
olRecursMonthNth DayOfWeekMaskDurationEndTimeInterval、、InstanceNoEndDateOccurrencesPatternStartDatePatternEndDateStartTime
olRecursYearly DayOfMonthDurationEndTimeIntervalMonthOfYearNoEndDateOccurrencesPatternStartDatePatternEndDateStartTime
olRecursYearNth DayOfWeekMaskDurationEndTimeIntervalInstanceNoEndDateOccurrencesPatternStartDatePatternEndDateStartTime

適用対象