_AppointmentItem Properties
Represents an MS Outlook appointment.| Name | Description |
|---|---|
| AllDayEvent | Gets or sets whether this appointment is an all-day or multiple-day event. |
| Body | Gets or sets the text displayed in the appointment’s body. |
| BusyStatus | Gets or sets the busy status of this messaging user for this appointment. |
| CreationTime | Gets the creation time for the Outlook item. |
| End | Gets or sets the ending date/time of this appointment. |
| EndTimeZone | Gets or sets the time zone for the end time of the appointment. |
| EntryID | Gets the unique Entry ID of the appointment. |
| IsRecurring | Indicates whether this appointment is a recurring appointment. |
| LastModificationTime | Gets the date and time that the Outlook item was last modified. |
| Location | Gets or sets the specific location for the appointment. |
| ReminderMinutesBeforeStart | Gets or sets the number of minutes the reminder should occur prior to the start of the appointment. |
| ReminderSet | Gets or sets whether a reminder has been set for this appointment. |
| Start | Gets or sets the starting time for an appointment. |
| StartTimeZone | Gets or sets the time zone for the start time of the appointment. |
| Subject | Gets or sets the subject for the Outlook appointment. |
See Also