|
Name |
Description |
|
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.
|
|
Body
|
Gets or sets an Appointment's text Notes. The maximum size is 20
KB.
|
|
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.
|
|
Categories
|
Gets or sets an Appointment's categories. This string is limited to
1023 characters.
|
|
Duration
|
Gets or sets the length of an Appointment. This is a
System.TimeSpan object.
|
|
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.
|
|
IsRecurring
|
Gets a value indicating whether an Appointment is
recurring.
|
|
ItemId |
Gets the PIM item’s ID.(inherited from
PimItem) |
|
Location
|
Gets or sets an Appointment's location. This string is limited to
1023 characters.
|
|
MeetingStatus
|
Gets a value indicating whether an Appointment is a
Meeting.
|
|
Properties |
Gets the PimPropertySet. This object is used for creating custom
PIM item properties.(inherited from
PimItem) |
|
Recipients
|
Gets the collection of Recipients for a Meeting. The
RecipientCollection object is available only if IsMeeting is
TRUE.
|
|
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).
|
|
ReminderDialog
|
Gets or sets a value indicating whether a reminder dialog box
appears to remind the user of an upcoming Appointment.
|
|
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.
|
|
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.
|
|
ReminderRepeat
|
Gets or sets a value indicating whether the Appointment reminder
sound file repeats until the user dismisses the reminder.
|
|
ReminderSet
|
Gets or sets a value indicating whether a reminder dialog box
appears to remind the user of an upcoming Appointment.
|
|
ReminderSound
|
Gets or sets a value indicating whether Outlook Mobile plays the
Appointment reminder audio file to remind the user of an upcoming
Appointment.
|
|
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.
|
|
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.
|
|
Sensitivity
|
Gets or sets an Appointment's sensitivity. The Sensitivity
enumeration defines the possible values. The default value is
Normal.
|
|
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.
|
|
Subject
|
Gets or sets an Appointment's subject line. This string is limited
to 4096 characters.
|