The Appointment class represents appointments within a schedule.
The following tables list the members exposed by the Appointment type.
Name | Description | |
---|---|---|
Initializes a new instance of the Appointment class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the appointment is an all-day event. |
||
Gets or sets a value indicating whether users are allowed to move the appointment. |
||
Gets or sets a value indicating whether users are allowed to change the appointment's end time. |
||
Gets the attendees of this appointment. |
||
Gets references to all contacts associated with this appointment. |
||
Gets or sets the description text of the appointment. |
||
Gets or sets the detailed description of this appointment. |
||
Gets or sets the appointment's scheduled end time. |
||
Gets or sets the header text of the appointment. |
||
Gets or sets the string identifier of this appointment. |
||
Gets or sets the appointment location. |
||
Gets or sets a value indicating whether users are forbidden to modify this appointment. |
||
Gets the index of a repeating occurrence of a recurring item. If the item is not recurring, this property returns -1. (Inherited from Item.) |
||
Gets or sets the style associated with this appointment. |
||
Gets or sets the style associated with this appointment. |
||
Gets or sets the priority of this item. (Inherited from Item.) |
||
Gets or sets the recurrence pattern of this item. (Inherited from Item.) |
||
Gets the recurrence state of this item. (Inherited from Item.) |
||
Gets or sets the reminder for this appointment. |
||
Gets references to all resources associated with this appointment. |
||
Gets or sets the style used when this appointment is selected. |
||
Gets or sets the appointment's scheduled start time. |
||
Gets or sets the style associated with this appointment. |
||
Gets or sets the subject of this appointment. |
||
Gets or sets custom data associated with the appointment. |
||
Gets or sets the task associated with this appointment. |
||
Gets or sets whether the appointment is visible or not. |
Name | Description | |
---|---|---|
Creates an exact shallow clone of this appointment. |
||
Returns a hash code for this item. (Inherited from Item.) |
||
Overloaded. |
||
Overloaded. |
Name | Description | |
---|---|---|
Called by the recurrence whenever a new occurrence is being generated in order to populate the fields of the instance from the master item. (Inherited from Item.) |
||
Creates an item state corresponding to the concrete type of this item. (Inherited from Item.) |
||
Forces the item to be repainted. (Inherited from Item.) |
||
Restores the state of this item. (Inherited from Item.) |
||
Saves the state of this item. (Inherited from Item.) |