FolderInfoChangeContainerClass Method

Changes the container class.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void ChangeContainerClass(
	string containerClass
)

Parameters

containerClass
Type: SystemString
Container class of the of the folder object.
Exceptions
ExceptionCondition
InvalidOperationException throws, if a PST is open for reading only.
NotImplementedException throws, if a PST file version is ANSI.
See Also