Show / Hide Table of Contents

    Class OutOfOffice

    Defines when a user is out of office

    Inheritance
    System.Object
    OutOfOffice
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class OutOfOffice : object

    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 System.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 System.DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    StartDateTimeSpecified

    Declaration
    public bool StartDateTimeSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top