MessageStore.ChangeDisplayName

MessageStore.ChangeDisplayName method

Changes the pst display name.

public void ChangeDisplayName(string newName)
ParameterTypeDescription
newNameStringThe new display name of message store.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when the display name of the message store is provided as null or empty.
NotImplementedExceptionThrown when attempting to edit the ANSI file version.

See Also