FolderInfo.UpdateMessage
FolderInfo.UpdateMessage method
Updates the message in folder.
public void UpdateMessage(string entryId, MapiMessageItemBase updatedMessage)
Parameter | Type | Description |
---|
entryId | String | The message entry identifier. |
updatedMessage | MapiMessageItemBase | The updated message. |
Exceptions
exception | condition |
---|
NotImplementedException | The 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