FolderInfoChangeMessages Method (IEnumerableString, MapiPropertyCollection)

Changes the messages in folder.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void ChangeMessages(
	IEnumerable<string> entryIdCollection,
	MapiPropertyCollection updatedProperties
)

Parameters

entryIdCollection
Type: System.Collections.GenericIEnumerableString
The entry identifier collection.
updatedProperties
Type: Aspose.Email.MapiMapiPropertyCollection
The updated properties.
Exceptions
ExceptionCondition
NotImplementedExceptionThe ANSI file version editing is not implemented.
InvalidOperationException The PST is open for reading only. or The entryId is incorrect.
ArgumentNullException entryIdCollection;The collection of entry ids cannot be null. or updatedProperties;The collection of properties cannot be null.
See Also