IndividualAttendeeConflictData.BusyType Property
The BusyType property gets or sets a value that indicates the free/busy status of a user for a suggested meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property BusyType As LegacyFreeBusyType
Get
Set
'Usage
Dim instance As IndividualAttendeeConflictData
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 user's status for the suggested meeting time.