FolderInfo.SetReadStatus

FolderInfo.SetReadStatus method

Sets or clears the Read status for the specified messages in a PST file.

public void SetReadStatus(IList<string> messageEntryIds, bool isRead)
ParameterTypeDescription
messageEntryIdsIList`1A list of message entry IDs that identify the messages whose read status should be updated.
isReadBooleantrue to mark the messages as read; false to mark them as unread.

Remarks

This method updates the read/unread state of existing messages without modifying their content or other message properties.

See Also