DirectoryEntry

Overview

DirectoryEntry is a class in Aspose.Email FOSS for Python.

Fixed-size directory record for one storage/stream object and its tree links.

This class provides 3 methods for working with DirectoryEntry objects in Python programs. Available methods include: is_root, is_storage, is_stream. All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package. Properties: child_id, clsid, color_flag, creation_time, directory_entry_name_length, left_sibling_id, and 8 more.

Properties

NameTypeAccessDescription
stream_idStreamIdReadGets the stream id.
namestrReadGets the name.
directory_entry_name_lengthintReadGets the directory entry name length.
object_typeDirectoryObjectTypeReadGets the object type.
color_flagDirectoryColorFlagReadGets the color flag.
left_sibling_idStreamIdReadGets the left sibling id.
right_sibling_idStreamIdReadGets the right sibling id.
child_idStreamIdReadGets the child id.
clsidbytesReadGets the clsid.
state_bitsintReadGets the state bits.
creation_timeFileTimeReadGets the creation time.
modified_timeFileTimeReadGets the modified time.
starting_sector_locationSectorNumberReadGets the starting sector location.
stream_sizeintReadGets the stream size.

Methods

SignatureDescription
is_storage()boolReturns true if storage is set.
is_stream()boolReturns true if stream is set.
is_root()boolReturns true if root is set.

See Also