TimeSuggestion.IsWorkTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the suggested meeting time is within the mailbox's working hours.
public:
property bool IsWorkTime { bool get(); };
public bool IsWorkTime { get; }
Public ReadOnly Property IsWorkTime As Boolean
Property Value
The value of the IsWorkTime property is a T:System.Boolean if the meeting time is within the mailbox's working hours; otherwise, the value is false.