OofState Enumeration
The OofState enumeration specifies whether Out of Office (OOF) is enabled for a user's mailbox.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration OofState
'Usage
Dim instance As OofState
[SerializableAttribute]
public enum OofState
Members
Member name | Description | |
---|---|---|
Disabled | OOF is disabled for the mailbox. | |
Enabled | OOF is enabled for the mailbox. | |
Scheduled | OOF is enabled for a specified time span. |