次の方法で共有


CalendarItemTypeType 列挙型

定義

列挙体は CalendarItemTypeType 、予定表アイテムの種類を識別します。

public enum class CalendarItemTypeType
public enum CalendarItemTypeType
Public Enum CalendarItemTypeType
継承
CalendarItemTypeType

フィールド

Exception 2

アイテムが定期的な予定表アイテムの例外であることを指定します。

Occurrence 1

アイテムが定期的な予定表アイテムの出現であることを指定します。

RecurringMaster 3

アイテムが、予定表アイテムの繰り返しパターンを含むマスターであることを指定します。

Single 0

アイテムが定期的な予定表アイテムに関連付けられていないことを指定します。

注釈

この列挙型は、 オブジェクトの CalendarItemType プロパティと オブジェクトの CalendarItemTypeMeetingRequestMessageType プロパティによってCalendarItemType1使用されます。

適用対象