BusyStatus Enumeration

3/29/2010

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public enum BusyStatus
'Declaration
Public Enumeration BusyStatus

Members

Member name Description
Busy The Busy status shows as busy. The time-slot is reserved, and therefore is unavailable for additonal scheduling. The Appointment will conflict with any other Appointment that is scheduled for the same time-slot.
Free The time-slot remains available for additonal scheduling requests. The Appointment will not conflict with another one that is scheduled for the same time-slot.
OutOfOffice The time-slot is unavailable for any and all scheduling requests. This flag is used to indicate that a Contact will be unavailable for an extended period of time, and will not be accepting Meeting requests. The Appointment will conflict with another one that is scheduled for any time-slot that is spanned by this Appointment.
Tentative The time-slot remains available for additonal scheduling requests, but there is a chance that it will become unavailable (change to Busy). The Appointment will not conflict with another one that is scheduled for the same time-slot.

See Also

Reference

Microsoft.WindowsMobile.PocketOutlook Namespace