Conversation Property (MessageFilter Object)

The Conversation property sets filtering on a message's conversation topic. Read/write.

Syntax

objMessageFilter.Conversation

Data Type

String

Remarks

The Conversation property specifies that the message filter should pass only messages whose conversation topic exactly matches the value of Conversation. That is, objMessageFilter.Conversation sets filtering on objMessage.ConversationTopic.

A conversation is a group of related messages. The Message object's ConversationTopic property is the string that describes the overall topic of the conversation. To be defined as messages within the same conversation, the messages must have the same value in their ConversationTopic property. The Message object's ConversationIndex property represents an index that indicates a sequence of messages within that conversation.

For more information on conversations, see Working With Conversations.

The Conversation property corresponds to the MAPI property PR_CONVERSATION_TOPIC.