Represents an Appointment in the Calendar folder.
| C# | Visual Basic |
public sealed class Appointment : PimItem, IDisposable
Public NotInheritable Class Appointment _ Inherits PimItem _ Implements IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| Appointment()()()() |
Initializes a new instance of the Appointment class.
| |
| Appointment(ItemId) |
Initializes a new instance of the Appointment class that references the item ID of an existing Appointment item.
| |
| AddCategory(String) |
Add a category to the item.
(Inherited from PimItem.) | |
| AllDayEvent |
Returns or sets whether an Appointment is an all day event.
| |
| AllDayEventChanged |
Occurs when an Appointment's AllDayEvent property changes.
| |
| Beam()()()() |
Send the current item via Infrared or Bluetooth (if available on the device).
(Inherited from PimItem.) | |
| Body |
Returns or sets the text of the notes accompanying the Appointment.
| |
| BodyChanged |
Occurs when an Appointment's Body property changes.
| |
| BusyStatus |
Returns or sets a user's availability during an Appointment.
| |
| BusyStatusChanged |
Occurs when an Appointment's BusyStatus property changes.
| |
| Cancel()()()() |
Send a cancellation of a meeting request.
| |
| Categories |
Returns or sets the categories for the Appointment.
| |
| CategoriesChanged |
Occurs when an Appointment's Categories property changes.
| |
| Copy()()()() |
Create a Copy of the Appointment.
| |
| Delete()()()() |
Delete the Appointment from the database.
(Overrides PimItem.Delete()()()().) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the Appointment and optionally releases the managed resources (Overrides PimItem.Dispose(Boolean).) | |
| Dispose()()()() |
Releases all resources used by the PimItem.
(Inherited from PimItem.) | |
| DoNotSynchronize |
Gets or Sets a flag that identifies whether ActiveSync should synchronize this PIM item with Outlook and Exchange.
(Inherited from PimItem.) | |
| Duration |
Returns or sets the length of an Appointment.
| |
| DurationChanged |
Occurs when an Appointment's Duration property changes.
| |
| End |
Returns or sets when the Appointment ends.
| |
| EndChanged |
Occurs when an Appointment's End property changes.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Frees the resources of the current PimItem object before it is reclaimed by the garbage collector.
(Inherited from PimItem.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsRecurring |
Returns whether the Appointment is recurring.
| |
| ItemId |
Gets the PIM item's ID.
(Inherited from PimItem.) | |
| Location |
Returns or sets the location for the Appointment.
| |
| LocationChanged |
Occurs when an Appointment's Location property changes.
| |
| MeetingStatus |
Returns whether the Appointment is a meeting or not.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged(String) | (Inherited from PimItem.) | |
| Properties |
Gets the PimPropertySet.
This object is used for creating custom PIM item properties.
(Inherited from PimItem.) | |
| PropertyChanged | (Inherited from PimItem.) | |
| Recent |
A value indicating whether this PIM item is in the "recently viewed" list.
(Inherited from PimItem.) | |
| Recipients |
Returns the RecipientCollection for the Appointment.
| |
| RecurrencePattern |
Retrieves the current AppointmentRecurrence for an Appointment.
| |
| ReminderDialog |
Gets or sets a value indicating whether a reminder dialog box appears to remind the user of an upcoming Appointment.
| |
| ReminderDialogChanged |
Occurs when an Appointment's ReminderDialog property changes.
| |
| ReminderLed |
Gets or sets a value indicating whether Pocket Outlook uses the mobile device's notification LED to remind the user of an upcoming Appointment.
| |
| ReminderLedChanged |
Occurs when an Appointment's ReminderLed property changes.
| |
| ReminderMinutesBeforeStart |
Returns or sets the amount of time a reminder occurs before the start of an Appointment.
| |
| ReminderMinutesBeforeStartChanged |
Occurs when an Appointment's ReminderMinutesBeforeStart property changes.
| |
| ReminderRepeat |
Gets or sets a value indicating whether the Appointment reminder sound file repeats until the user dismisses the reminder.
| |
| ReminderRepeatChanged |
Occurs when an Appointment's ReminderRepeat property changes.
| |
| ReminderSet |
Returns or sets whether the user wants to be reminded of an Appointment.
| |
| ReminderSetChanged |
Occurs when an Appointment's ReminderSet property changes.
| |
| ReminderSound |
Gets or sets a value indicating whether Pocket Outlook plays the Appointment reminder audio file to remind the user of an upcoming Appointment.
| |
| ReminderSoundChanged |
Occurs when an Appointment's ReminderSound property changes.
| |
| ReminderSoundFile |
Returns or sets the path and file name of the sound file to play when the reminder occurs for the Appointment.
| |
| ReminderSoundFileChanged |
Occurs when an Appointment's ReminderSoundFile property changes.
| |
| ReminderVibrate |
Gets or sets a value indicating whether Pocket Outlook uses the mobile device's built-in vibrator to remind the user of an upcoming Appointment.
| |
| ReminderVibrateChanged |
Occurs when an Appointment's ReminderVibrate property changes.
| |
| RemoveCategory(String) |
Remove a category from the item.
(Inherited from PimItem.) | |
| Send()()()() |
Send a meeting request to Recipients.
| |
| Sensitivity | ||
| SensitivityChanged |
Occurs when an Appointment's Sensitivity changes.
| |
| ShowDialog()()()() |
Opens the PIM item’s standard summary card.
(Inherited from PimItem.) | |
| ShowDialog(Form) |
Opens the PIM item’s standard summary card with the specified owner.
(Inherited from PimItem.) | |
| ShowEditDialog(Form) |
Opens the PIM item for editing in it's Edit tab with the specified owner.
(Inherited from PimItem.) | |
| ShowEditDialog()()()() | Opens the PIM item for editing in it's Edit tab.
Requires Windows Mobile 5.0 or later | |
| SourceId |
An integer indicating the source, or owning application, of the PIM item.
(Inherited from PimItem.) | |
| Start |
Returns or sets when an Appointment starts.
| |
| StartChanged |
Occurs when an Appointment's Start property changes.
| |
| Subject |
Returns or sets the Subject of the Appointment.
| |
| SubjectChanged |
Occurs when an Appointment's Subject property changes.
| |
| ToString()()()() |
Gets the subject of an Appointment.
(Overrides Object.ToString()()()().) | |
| Update()()()() | Save the item to the database.
|
Equivalent to Microsoft.WindowsMobile.PocketOutlook.Appointment.
An Appointment object can represent a Meeting, a one-time Appointment, or a recurring Appointment or Meeting.
Opens the PIM item for editing in it's Edit tab.
Save the item to the database.