Suggestion.IsWorkTime Property
The IsWorkTime property gets or sets a Boolean value that indicates whether the suggested meeting time occurs during scheduled work hours.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsWorkTime As Boolean
Get
Set
'Usage
Dim instance As Suggestion
Dim value As Boolean
value = instance.IsWorkTime
instance.IsWorkTime = value
public bool IsWorkTime { get; set; }
Property Value
Type: System.Boolean
The IsWorkTime property returns true if the suggested meeting time occurs during scheduled work hours; otherwise, the property returns false.
See Also