In The Hand - .NET Components for Mobility
BusyStatus Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookBusyStatus
Specifies availability in the period of time spanned by an Appointment or Meeting. The default value is Busy.
Declaration Syntax
C#Visual Basic
public enum BusyStatus
Public Enumeration BusyStatus
Members
MemberDescription
Free
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.

Tentative
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.

Busy
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.

OutOfOffice
Out Of Office 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.

Remarks
Equivalent to Microsoft.WindowsMobile.PocketOutlook.BusyStatus.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0