FolderInfo.ChangeDisplayName

FolderInfo.ChangeDisplayName method

Changes the display name.

public void ChangeDisplayName(string newName)
ParameterTypeDescription
newNameStringA new name.

Exceptions

exceptioncondition
InvalidOperationExceptionthrows, if a PST is open for reading only.
NotImplementedExceptionthrows, if a PST file version is ANSI.

See Also