This documentation is archived and is not being maintained.
CalendarEvent.BusyType Property
Exchange Server 2010
The BusyType property gets or sets the free/busy status of a calendar event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
'Declaration Public Property BusyType As LegacyFreeBusyType Get Set 'Usage Dim instance As CalendarEvent Dim value As LegacyFreeBusyType value = instance.BusyType instance.BusyType = value
Property Value
Type: ExchangeWebServices.LegacyFreeBusyTypeThe BusyType property returns a LegacyFreeBusyType enumeration value that indicates the free/busy status of the calendar event.
Show: