Returns a boolean expression indicating whether the message has already been read. This property is not available at design time and is read-only at run time.
Syntax
object.MsgRead
The MsgRead property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Settings
The settings for the MsgRead property are:
Setting | Description |
True | The currently indexed message has already been read by the user. |
False | (Default) The message remains unread. |
Remarks
The value of MsgRead depends on the currently indexed message, as selected by the MsgIndex property. The message is marked as read when the note text or any of the attachment information is accessed. However, accessing header information does not mark the message as read.
Data Type
Boolean