FolderInfoUpdateMessage Method

Updates the message in folder.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void UpdateMessage(
	string entryId,
	MapiMessageItemBase updatedMessage
)

Parameters

entryId
Type: SystemString
The message entry identifier.
updatedMessage
Type: Aspose.Email.MapiMapiMessageItemBase
The updated message.
Exceptions
ExceptionCondition
NotImplementedExceptionThe ANSI file version editing is not implemented.
InvalidOperationException The PST is open for reading only. or The entryId is incorrect.
ArgumentNullException entryId; The entry id cannot be null or empty. or updatedMessage; The message cannot be null.
See Also