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.

Constructors

NameDescription
FolderCreationOptions (3 overloads)Initializes a new instance of the FolderCreationOptions class with default values.

Methods

NameDescription
get_AllowNameCaseDifferenceGets a value indicating whether to allow a difference in name casing when comparing folder names.
get_ContainerClassGets the container class for the new subfolder.
get_CreateHierarchyGets a value indicating whether to create the hierarchy of parent folders.
get_EnforceContainerClassMatchingGets a value indicating whether to enforce container class checking.
set_AllowNameCaseDifferenceSets a value indicating whether to allow a difference in name casing when comparing folder names.
set_ContainerClassSets the container class for the new subfolder.
set_CreateHierarchySets a value indicating whether to create the hierarchy of parent folders.
set_EnforceContainerClassMatchingSets a value indicating whether to enforce container class checking.