FolderCreationOptions

FolderCreationOptions class

Represents the options for creating
a subfolder in the Outlook PST message store.
This class serves as a container for configuring
specific settings related to the creation of subfolders.

The FolderCreationOptions type exposes the following members:

Constructors

NameDescription
FolderCreationOptions()Initializes a new instance of
the FolderCreationOptions class with default values.
FolderCreationOptions(create_hierarchy, allow_name_case_difference)Initializes a new instance of the FolderCreationOptions class
FolderCreationOptions(create_hierarchy, allow_name_case_difference, container_class)Initializes a new instance of the FolderCreationOptions class

Properties

NameDescription
create_hierarchyGets or sets a value indicating whether to create the hierarchy of parent folders.
allow_name_case_differenceGets or sets a value indicating whether to allow a difference in name casing when comparing folder names.
enforce_container_class_matchingGets or sets a value indicating whether to enforce container class checking.
container_classGets or sets the container class for the new subfolder.

See Also