Appointment Class
3/29/2010
Defines an Appointment item in the Appointment collection. Appointments are blocks of time that appear in the Outlook calendar. They can have beginning and ending times, can repeat, can have a location; and become Meetings when scheduled (sent) to recipients (Contacts).
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public class Appointment : PimItem
'Declaration
Public Class Appointment
Inherits PimItem
Remarks
An Appointment is a specialized PimItem. Use the AppoitmentCollection to add and retrieve Appointments to and from the Appointment (Calendar) folder.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.WindowsMobile.PocketOutlook.PimItem
Microsoft.WindowsMobile.PocketOutlook.Appointment
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
Appointment Members
Microsoft.WindowsMobile.PocketOutlook Namespace