MsgConversationID Property

       

Specifies the conversation thread identification value for the currently indexed message. It is read-only unless MsgIndex is set to –1.

Syntax

object.MsgConversationID [ = value ]

The MsgConversationID property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A string expression specifying the conversation identification value.

Remarks

A conversation thread is used to identify a set of messages beginning with the original message and including all the subsequent replies. Identical conversation IDs indicate that the messages are part of the same thread. New messages are assigned an ID by the message system. The value of MsgConversationID depends on the currently indexed message, as selected by the MsgIndex property.

Data Type

String