CalendarEvent.BusyType Property
The BusyType property gets or sets the free/busy status of a calendar event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BusyType As LegacyFreeBusyType
Get
Set
'Usage
Dim instance As CalendarEvent
Dim value As LegacyFreeBusyType
value = instance.BusyType
instance.BusyType = value
public LegacyFreeBusyType BusyType { get; set; }
Property Value
Type: ExchangeWebServices.LegacyFreeBusyType
The BusyType property returns a LegacyFreeBusyType enumeration value that indicates the free/busy status of the calendar event.