FolderInfoChangeDisplayName Method

Changes the display name.

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

Parameters

newName
Type: SystemString
A new name.
Exceptions
ExceptionCondition
InvalidOperationException throws, if a PST is open for reading only.
NotImplementedException throws, if a PST file version is ANSI.
See Also