UserOofSettings.OofState Property
The OofState property gets or sets the mailbox user's out of office (OOF) state.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property OofState As OofState
Get
Set
'Usage
Dim instance As UserOofSettings
Dim value As OofState
value = instance.OofState
instance.OofState = value
public OofState OofState { get; set; }
Property Value
Type: ExchangeWebServices.OofState
The OofState property returns one of the OofState enumeration values that indicate the mailbox user's OOF state.
See Also