Class 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.
public class FolderCreationOptions
Constructors
Name | Description |
---|---|
FolderCreationOptions() | Initializes a new instance of the FolderCreationOptions class with default values. |
FolderCreationOptions(bool, bool) | Initializes a new instance of the FolderCreationOptions class with the specified parameters. |
FolderCreationOptions(bool, bool, string) | Initializes a new instance of the FolderCreationOptions class with the specified parameters. |
Properties
Name | Description |
---|---|
AllowNameCaseDifference { get; set; } | Gets or sets a value indicating whether to allow a difference in name casing when comparing folder names. |
ContainerClass { get; set; } | Gets or sets the container class for the new subfolder. |
CreateHierarchy { get; set; } | Gets or sets a value indicating whether to create the hierarchy of parent folders. |
EnforceContainerClassMatching { get; set; } | Gets or sets a value indicating whether to enforce container class checking. |
See Also
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email