FreeBusyView.MergedFreeBusy Property
The MergedFreeBusy property gets or sets merged availability data.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MergedFreeBusy As String
Get
Set
'Usage
Dim instance As FreeBusyView
Dim value As String
value = instance.MergedFreeBusy
instance.MergedFreeBusy = value
public string MergedFreeBusy { get; set; }
Property Value
Type: System.String
The MergedFreeBusy property returns a string that contains merged availability data. For more information, see the MergedFreeBusy element.