TreeINFO-For-M365 documentation
    Preparing search index...

    Represents an Out of Office record.

    interface OofRecord {
        comment?: string;
        delegateToUserId: number;
        from: string;
        id: string;
        to: string;
        userId: number;
    }
    Index

    Properties

    comment?: string
    delegateToUserId: number
    from: string
    id: string
    to: string
    userId: number