UserOofSettings.Duration Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Duration As Duration
Get
Set
'Usage
Dim instance As UserOofSettings
Dim value As Duration
value = instance.Duration
instance.Duration = value
public Duration Duration { get; set; }
Property Value
Type: ExchangeWebServices.Duration
The Duration property returns a Duration object that contains the start time and end time for which the OOF settings should be enabled.
See Also