LegacyFreeBusyType Enumeration
The LegacyFreeBusyType enumeration represents the free/busy status for a calendar event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration LegacyFreeBusyType
'Usage
Dim instance As LegacyFreeBusyType
[SerializableAttribute]
public enum LegacyFreeBusyType
Members
Member name | Description | |
---|---|---|
Free | Identifies the status as free. | |
Tentative | Identifies the status as tentative. | |
Busy | Identifies the status as busy. | |
OOF | Identifies the status as out of office (OOF). | |
NoData | Indicates that there is no data for that recipient. |
Remarks
The following table lists the property values that you can check to determine the free/busy status of an item.
Item |
Property |
---|---|
Calendar item |
|
Intended meeting request |
|
Meeting request |
|
Calendar event |
|
Conflict data |
See Also