MeetingRequestMessageType.IntendedFreeBusyStatus Property
The IntendedFreeBusyStatus property gets or sets an instance of the LegacyFreeBusyType class that represents the intended status for the calendar item that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IntendedFreeBusyStatus As LegacyFreeBusyType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As LegacyFreeBusyType
value = instance.IntendedFreeBusyStatus
instance.IntendedFreeBusyStatus = value
public LegacyFreeBusyType IntendedFreeBusyStatus { get; set; }
Property Value
Type: ExchangeWebServices.LegacyFreeBusyType
The IntendedFreeBusyStatus property returns an instance of the LegacyFreeBusyType class that represents the intended status for the calendar item that is associated with this instance of the MeetingRequestMessageType class.