次の方法で共有


CalendarEventDetails Members

Include Protected Members
Include Inherited Members

The CalendarEventDetails class provides additional information about a calendar event.

The CalendarEventDetails type exposes the following members.

Constructors

  Name Description
Public method CalendarEventDetails The CalendarEventDetails constructor initializes a new instance of the CalendarEventDetails class.

Top

Properties

  Name Description
Public property ID The ID property gets or sets the entry ID of the calendar item.
Public property IsException The IsException property gets or sets a Boolean value that indicates whether an instance of a recurring calendar item is changed from the original.
Public property IsMeeting The IsMeeting property gets or sets a Boolean value that indicates whether the calendar event is a meeting or an appointment.
Public property IsPrivate The IsPrivate property gets or sets a Boolean value that indicates whether the calendar item is private.
Public property IsRecurring The IsRecurring property gets or sets a Boolean value that indicates whether the calendar item recurs.
Public property IsReminderSet The IsReminderSet property gets or sets a Boolean value that indicates whether a reminder is set for the calendar event.
Public property Location The Location property gets or sets the location of the calendar item.
Public property Subject The Subject property gets or sets the subject of the calendar item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top