Click or drag to resize
OutOfOffice Class
Defines when a user is out of office
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientOutOfOffice

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class OutOfOffice

The OutOfOffice type exposes the following members.

Constructors
  NameDescription
Public methodOutOfOffice
Initializes a new instance of the OutOfOffice class
Top
Properties
  NameDescription
Public propertyEndDateTime
Ending datetime after which user will be in the office.If not set user will be out of office for unlimited amount of time.
Public propertyEndDateTimeSpecified
Public propertyIsOutOfOffice
Flag which marks either user is in the office or not.
Public propertyStartDateTime
Start datetime after which user will not be in the office.
Public propertyStartDateTimeSpecified
Top
Remarks