Skip to main content

_AppointmentItem Members

Represents an MS Outlook appointment.

Properties

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.

Methods

Name Description
ClearRecurrencePattern() Removes any recurrence settings from this appointment.
Delete() Removes the appointment item from the collection of Outlook messages.
GetRecurrencePattern() Provides access to an object representing recurrence attributes of an appointment.
Save() Saves the appointment to the current folder.
See Also