MeetingRequestMessageType.IntendedFreeBusyStatusSpecified Property
The IntendedFreeBusyStatusSpecified property gets or sets a Boolean value that specifies whether the IntendedFreeBusyStatus property is serialized into the SOAP protocol. This property is required if the IntendedFreeBusyStatus property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IntendedFreeBusyStatusSpecified As Boolean
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As Boolean
value = instance.IntendedFreeBusyStatusSpecified
instance.IntendedFreeBusyStatusSpecified = value
public bool IntendedFreeBusyStatusSpecified { get; set; }
Property Value
Type: System.Boolean
The IntendedFreeBusyStatusSpecified property returns true if the IntendedFreeBusyStatus property is serialized into the SOAP message; otherwise, the property returns false.
See Also