FreeBusyViewOptionsType.RequestedView Property

Definition

The RequestedView property gets or sets the type of calendar information that a client requests. This property is optional. This is a read/write property.

public:
 property ExchangeWebServices::FreeBusyViewType RequestedView { ExchangeWebServices::FreeBusyViewType get(); void set(ExchangeWebServices::FreeBusyViewType value); };
public ExchangeWebServices.FreeBusyViewType RequestedView { get; set; }
Public Property RequestedView As FreeBusyViewType

Property Value

The RequestedView property returns a FreeBusyViewType enumeration value.

Remarks

You must set the RequestedViewSpecified property to true so that the RequestedView property is serialized into the Simple Object Access Protocol (SOAP) request.

If this property is not set or if the RequestedViewSpecified property is not set, the default enumeration value of FreeBusy is used for the view.

Applies to