extract_msg.structures.report_tag Module

Module contents

class extract_msg.structures.report_tag.ReportTag(data: bytes)[source]

Bases: object

A Report Tag structure, as defined in [MS-OXOMSG].

toBytes() bytes[source]
property ansiText: bytes | None

The subject of the original message.

Set to None if not present.

property cookie: bytes

String used for validation.

Set to b'PCDFEB09\'.

property folderEntryID: EntryID | None

The EntryID of the folder than contains the original message.

property messageEntryID: EntryID | None

The EntryID of the original message.

property messageSearchKey: bytes | None

The search key of the original message.

property searchFolderEntryID: EntryID | None

The EntryID of an alternate folder that contains the original message.

property storeEntryID: EntryID | None

The EntryID of the mailbox that contains the original message.

property version: int

The version used.

If SearchFolderEntryID is present, this MUST be 0x00020001, otherwise it MUST be 0x00010001.