Table of Contents

Enum LegacyFreeBusyStatus

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the legacy free/busy status associated with an appointment.

public enum LegacyFreeBusyStatus

Fields

Busy = 2

The time slot associated with the appointment appears as busy.

Free = 0

The time slot associated with the appointment appears as free.

NoData = 5

No free/busy status is associated with the appointment.

OOF = 3

The time slot associated with the appointment appears as Out of Office.

Tentative = 1

The time slot associated with the appointment appears as tentative.

WorkingElsewhere = 4

The time slot associated with the appointment appears as working else where.