This enumeration defines the set of Appointment object properties.
| C# | Visual Basic |
public enum AppointmentProperty
Public Enumeration AppointmentProperty
| Member | Description |
|---|---|
| AllDayEvent |
A value indicating whether an Appointment occurs as an all day event.
|
| AttendeesCriticalChange |
A timestamp indicating that a meeting attendee wants to update the meeting request.
Required when sending an updated meeting request back to the meeting owner.
|
| Body |
The text Notes of the Appointment.
|
| BodyInk |
The ink Notes of the Appointment.
|
| BusyStatus |
A contact's availability in the time period spanned by an Appointment. (Free = 0, Tentative = 1, Busy = 2, OutOfOffice = 3)
|
| Categories |
A comma-separated list of the categories that apply to this item.
|
| DoNotSynchronize |
A flag that identifies whether ActiveSync should synchronize this PIM item with Outlook and Exchange.
This property can only be set during item creation.
Requires Windows Mobile 6 or later |
| Duration |
The Appointment's duration.
|
| End |
The end time of an Appointment.
|
| FolderCategories |
A comma-separated list of all the categories that are used in this folder.
|
| GlobalObjectId |
A unique identifier for the appointment.
|
| IsRecurring |
A value indicating whether the appointment or task is recurring.
|
| Location |
The location of an appointment.
|
| MeetingOrganizerName |
The name of the person who organized the meeting.
|
| MeetingOwnerCriticalChange |
A timestamp indicating that the meeting owner wants to update the meeting request.
Required when sending an updated meeting request to attendees.
|
| MeetingStatus |
The Appointment's meeting status.
|
| Recent |
A Boolean value indicating whether this Appointment is in the Recently Viewed list.
|
| RecurringDayOfMonth |
The day in a month on which an item occurs, from 1 to 31.
|
| RecurringDayOfWeekMask |
The days of the week of the recurrence. (Sunday=1, Monday=2, Tuesday=4, etc)
|
| RecurringDuration |
The duration of the recurrence pattern.
|
| RecurringEndTime |
The ending date of the recurrence pattern.
|
| RecurringInstance |
The week of the month in which an item occurs, from one to five.
|
| RecurringInterval |
The length of time between occurrences.
|
| RecurringMonthOfYear |
The month of the year in which an item occurs, from one to twelve.
|
| RecurringNoEnd |
A value indicating whether the recurrence pattern has an end.
|
| RecurringOccurrences |
The number of occurences.
|
| RecurringPatternEndDate |
The ending date of the recurrence pattern.
|
| RecurringPatternStartDate |
The starting date of the recurrence pattern.
|
| RecurringStartTime |
The starting time of the recurrence pattern.
|
| RecurringTimeZone |
The timezone of the appointment as a TIME_ZONE_INFORMATION structure.
|
| RecurringType |
The type (frequency) of recurrence. (NoRecurrence = -1, Daily = 0, Weekly = 1, Monthly = 2, MonthByNumber = 3, Yearly = 5, Every Nth Year = 6)
|
| ReminderMinutesBeforeStart |
The number of minutes a reminder alarm occurs before the start of an appointment.
|
| ReminderOptions |
What actions to take when the reminder occurs. (Led = 1, Vibrate = 2, Dialog = 4, Sound = 8, Repeat = 16)
|
| ReminderSet |
A value indicating whether the user wants to be reminded of an Appointment.
|
| ReminderSoundFile |
The path and file name of the sound file to play when the reminder occurs.
|
| Sensitivity |
The sensitivity. (Normal = 0, Personal = 1, Private = 2, Confidential = 3)
|
| SourceId |
An integer indicating the source, or owning application, of the Appointment.
Zero is the default.
|
| Start |
The start time of an appointment.
|
| Subject |
The subject.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |