Appointment Properties

3/29/2010

Public Properties

  Name Description
ms886507.pubproperty(en-us,MSDN.10).gif AllDayEvent
Gets or sets a value indicating whether an Appointment occurs as an all day event. By default, Appointments occur at a particular point in the day.
ms886507.pubproperty(en-us,MSDN.10).gif Body
Gets or sets an Appointment's text Notes. The maximum size is 20 KB.
ms886507.pubproperty(en-us,MSDN.10).gif BusyStatus
Gets or sets a Contact's availability in the time period spanned by an Appointment or Meeting. The BusyStatus enumeration defines the possible values. The default value is Busy.
ms886507.pubproperty(en-us,MSDN.10).gif Categories
Gets or sets an Appointment's categories. This string is limited to 1023 characters.
ms886507.pubproperty(en-us,MSDN.10).gif Duration
Gets or sets the length of an Appointment. This is a System.TimeSpan object.
ms886507.pubproperty(en-us,MSDN.10).gif End
Gets or sets the Appointment's end time. This System.DateTime value must be greater than or equal to the Appointment's start time.
ms886507.pubproperty(en-us,MSDN.10).gif IsRecurring
Gets a value indicating whether an Appointment is recurring.
ms886507.pubproperty(en-us,MSDN.10).gif ItemId 
Gets the PIM item’s ID.
(inherited from PimItem )
ms886507.pubproperty(en-us,MSDN.10).gif Location
Gets or sets an Appointment's location. This string is limited to 1023 characters.
ms886507.pubproperty(en-us,MSDN.10).gif MeetingStatus
Gets a value indicating whether an Appointment is a Meeting.
ms886507.pubproperty(en-us,MSDN.10).gif Properties 
Gets the PimPropertySet. This object is used for creating custom PIM item properties.
(inherited from PimItem )
ms886507.pubproperty(en-us,MSDN.10).gif Recipients
Gets the collection of Recipients for a Meeting. The RecipientCollection object is available only if IsMeeting is TRUE.
ms886507.pubproperty(en-us,MSDN.10).gif RecurrencePattern
Gets an Appointment's recurrence pattern. A recurrence pattern defines when and how often an Appointment repeats (for example, every Monday at 9:00 AM).
ms886507.pubproperty(en-us,MSDN.10).gif ReminderDialog
Gets or sets a value indicating whether a reminder dialog box appears to remind the user of an upcoming Appointment.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderLed
Gets or sets a value indicating whether Outlook Mobile uses the mobile device's notification light-emitting diode (LED) to remind the user of an upcoming Appointment.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderMinutesBeforeStart
Gets or sets the number of minutes a reminder alarm occurs before the start of an Appointment. This property defaults to the current setting in Calendar options.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderRepeat
Gets or sets a value indicating whether the Appointment reminder sound file repeats until the user dismisses the reminder.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderSet
Gets or sets a value indicating whether a reminder dialog box appears to remind the user of an upcoming Appointment.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderSound
Gets or sets a value indicating whether Outlook Mobile plays the Appointment reminder audio file to remind the user of an upcoming Appointment.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderSoundFile
Gets or sets the fully qualified path name of the audio file that Outlook Mobile plays as the Appointment reminder. This property is valid only if the ReminderSet property is TRUE, and if the ReminderOptions property includes Sound. This property defaults to the current setting in Calendar options, but if no audio file is specified, then it defaults to Alarm1.wav. The maximum length of the the fully qualified path name is 255 characters.
ms886507.pubproperty(en-us,MSDN.10).gif ReminderVibrate
Gets or sets a value indicating whether Outlook Mobile uses the mobile device's built-in vibrator to remind the user of an upcoming Appointment.
ms886507.pubproperty(en-us,MSDN.10).gif Sensitivity
Gets or sets an Appointment's sensitivity. The Sensitivity enumeration defines the possible values. The default value is Normal.
ms886507.pubproperty(en-us,MSDN.10).gif Start
Gets or sets the Appointment's start time. This System.DateTime value must be less than or equal to the Appointment's end time.
ms886507.pubproperty(en-us,MSDN.10).gif Subject
Gets or sets an Appointment's subject line. This string is limited to 4096 characters.

See Also

Reference

Appointment Class
Microsoft.WindowsMobile.PocketOutlook Namespace