FreeBusyViewOptionsType.RequestedView Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RequestedView As FreeBusyViewType
Get
Set
'Usage
Dim instance As FreeBusyViewOptionsType
Dim value As FreeBusyViewType
value = instance.RequestedView
instance.RequestedView = value
public FreeBusyViewType RequestedView { get; set; }
Property Value
Type: ExchangeWebServices.FreeBusyViewType
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.
See Also