GetUserAvailabilityRequestType.FreeBusyViewOptions Property

Definition

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.

public:
 property ExchangeWebServices::FreeBusyViewOptionsType ^ FreeBusyViewOptions { ExchangeWebServices::FreeBusyViewOptionsType ^ get(); void set(ExchangeWebServices::FreeBusyViewOptionsType ^ value); };
public ExchangeWebServices.FreeBusyViewOptionsType FreeBusyViewOptions { get; set; }
Public Property FreeBusyViewOptions As FreeBusyViewOptionsType

Property Value

The FreeBusyViewOptions property returns a FreeBusyViewOptionsType object.

Remarks

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

Applies to