Поделиться через


GetUserAvailabilityRequestType.FreeBusyViewOptions Property

The FreeBusyViewOptions property gets or sets the free/busy view options for an availability query. This property is optional unless the SuggestionsViewOptions property is not set. This is a read/write property.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property FreeBusyViewOptions As FreeBusyViewOptionsType
    Get
    Set
'Usage
Dim instance As GetUserAvailabilityRequestType
Dim value As FreeBusyViewOptionsType

value = instance.FreeBusyViewOptions

instance.FreeBusyViewOptions = value
public FreeBusyViewOptionsType FreeBusyViewOptions { get; set; }

Property Value

Type: ExchangeWebServices.FreeBusyViewOptionsType
The FreeBusyViewOptions property returns a FreeBusyViewOptionsType object.

Remarks

This property is required if the SuggestionsViewOptions property is not set.