FolderInfo

FolderInfo class

Represents information
about personal folder in PST.

The FolderInfo type exposes the following members:

Constructors

NameDescription
FolderInfo()Initializes a new instance of the FolderInfo class.

Properties

NameDescription
display_nameGets the display name of folder.
content_countGets the total number of items in the folder.
content_unread_countGets the number of unread items in the folder.
has_sub_foldersGets a value indicating whether the Folder object has any subfolders.
container_classGets container class of the folder object.
last_modification_timeGets the last modification time.
entry_idGets the entry ID.
entry_id_stringGets string representation of entry ID.
propertiesGets the folder properties.

Methods

NameDescription
get_sub_folder(name)
get_sub_folder(name, ignore_case)
get_sub_folder(name, ignore_case, handle_path_separator)
get_sub_folders()
get_sub_folders(kind)
get_sub_folders(query)
get_contents(try_to_read_corrupted_contents)
get_contents()
get_contents(kind)
get_contents(query)
get_contents(start_index, count)
enumerate_folders()
enumerate_folders(kind)
add_sub_folder(name, create_hierarchy)
add_sub_folder(name)
add_sub_folder(name, container_class)
add_sub_folder(name, creation_options)
merge_with(source_folder)
merge_with(source_folder, recursive_handler)
change_messages(entry_id_collection, updated_properties)
change_messages(updated_properties)
enumerate_messages()
enumerate_message_objects()
enumerate_mapi_messages()
enumerate_messages_entry_id()
retrieve_full_path()
add_message(message)
add_file(file_name, message_class)
add_mapi_message_item(item)
add_messages(messages)
move_contents(new_folder)
move_subfolders(new_folder)
delete_child_item(entry_id)
delete_child_items(entry_id_collection)
update_message(entry_id, updated_message)
change_container_class(container_class)
change_display_name(new_name)
get_predefined_type(get_for_top_level_parent)

See Also