FolderCreationOptions
Contents
[
Hide
]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
| Name | Description |
|---|---|
| FolderCreationOptions (3 overloads) | Initializes a new instance of the FolderCreationOptions class with default values. |
Methods
| Name | Description |
|---|---|
| get_AllowNameCaseDifference | Gets a value indicating whether to allow a difference in name casing when comparing folder names. |
| get_ContainerClass | Gets the container class for the new subfolder. |
| get_CreateHierarchy | Gets a value indicating whether to create the hierarchy of parent folders. |
| get_EnforceContainerClassMatching | Gets a value indicating whether to enforce container class checking. |
| set_AllowNameCaseDifference | Sets a value indicating whether to allow a difference in name casing when comparing folder names. |
| set_ContainerClass | Sets the container class for the new subfolder. |
| set_CreateHierarchy | Sets a value indicating whether to create the hierarchy of parent folders. |
| set_EnforceContainerClassMatching | Sets a value indicating whether to enforce container class checking. |