@kenjiuno/msgreader - v1.28.0
    Preparing search index...

    Interface SomeParsedOxProps

    interface SomeParsedOxProps {
        apptRecur?: AppointmentRecur;
        apptTZDefEndDisplay?: TzDefinition;
        apptTZDefRecur?: TzDefinition;
        apptTZDefStartDisplay?: TzDefinition;
        globalAppointmentID?: string;
        recipType?: "to" | "cc" | "bcc";
        timeZoneStruct?: TzReg;
        votingOptions?: string;
    }

    Hierarchy (View Summary)

    Index
    apptRecur?: AppointmentRecur

    Specifies the dates and times when a recurring series occurs by using one of the recurrence patterns and ranges that are specified in [MS-OXOCAL].

    apptTZDefEndDisplay?: TzDefinition

    Contains a stream that maps to the persisted format of a TZDEFINITION structure, which stores the description for the time zone that is used when the end time of a single-instance appointment or meeting request is selected.

    apptTZDefRecur?: TzDefinition

    Contains a stream that maps to the persisted format of a TZDEFINITION structure, which stores the description for the time zone that is used when a recurring appointment or meeting request is created.

    apptTZDefStartDisplay?: TzDefinition

    Contains a stream that maps to the persisted format of a TZDEFINITION structure, which stores the description for the time zone that is used when the start time of a single-instance appointment or meeting request is selected.

    globalAppointmentID?: string

    Specifies the unique identifier of the calendar object.

    e.g. 040000008200E00074C5B7101A82E00800000000A048DAF17405D9010000000000000000100000003C10A5564C9D36459E7780C78BAFCB77

    Target dataType = 'msg'.

    recipType?: "to" | "cc" | "bcc"

    Contains the recipient type for a message recipient.

    Target dataType = 'recipient'.

    timeZoneStruct?: TzReg

    Contains a stream that maps to the persisted format of a TZREG structure, which describes the time zone to be used for the start and end time of a recurring appointment or meeting request.

    votingOptions?: string

    VerbStream (PidLidVerbStream)

    e.g.

    • Yes;No;Maybe
    • はい;いいえ;たぶん

    Target dataType = 'msg'.