Text Property (MessageFilter Object)

Text Property (MessageFilter Object)

The Text property sets filtering on a messages main content. Read/write.

Syntax

objMessageFilter.Text

Data Type

String

Remarks

The Text property specifies that the message filter should pass only messages having a Text that contains the string in this Text property as a substring.

Note that the Text property is a plain text representation of the main portion of the messages content, and does not support formatted text.

The Text property corresponds to the MAPI property PR_BODY.

See Also

Concepts

MessageFilter Object