Specifies availability in the period of time spanned by an Appointment or Meeting.
The default value is Busy.
| C# | Visual Basic |
public enum BusyStatus
Public Enumeration BusyStatus
| Member | Description |
|---|---|
| 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 | 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 | 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 | 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.
|
Equivalent to Microsoft.WindowsMobile.PocketOutlook.BusyStatus.
The time-slot remains available for additonal scheduling requests.
The
The time-slot remains available for additonal scheduling requests, but there is a chance that it will become unavailable (change to Busy).
The
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
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