SuggestionsViewOptionsType.MaximumResultsByDaySpecified Property
The MaximumResultsByDaySpecified property gets or sets a Boolean value that specified whether the MaximumResultsByDay property was serialized into the SOAP message. This property must be specified if the MaximumResultsByDay property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MaximumResultsByDaySpecified As Boolean
Get
Set
'Usage
Dim instance As SuggestionsViewOptionsType
Dim value As Boolean
value = instance.MaximumResultsByDaySpecified
instance.MaximumResultsByDaySpecified = value
public bool MaximumResultsByDaySpecified { get; set; }
Property Value
Type: System.Boolean
The MaximumResultsByDaySpecified property returns true if the MaximumResultsByDay property is serialized into the SOAP message; otherwise, the property returns false.