Class OutOfOffice
Defines when a user is out of office
Inheritance
System.Object
OutOfOffice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class OutOfOffice
Properties
EndDateTime
Ending datetime after which user will be in the office.If not set user will be out of office for unlimited amount of time.
Declaration
public DateTime EndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EndDateTimeSpecified
Declaration
public bool EndDateTimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOutOfOffice
Flag which marks either user is in the office or not.
Declaration
public bool IsOutOfOffice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartDateTime
Start datetime after which user will not be in the office.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartDateTimeSpecified
Declaration
public bool StartDateTimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |