Subject Property (MessageFilter Object)

Subject Property (MessageFilter Object)

The Subject property sets filtering on a messages subject. Read/write.

Syntax

objMessageFilter.Subject

The Subject property is the default property of a MessageFilter object, meaning that objMessageFilter is syntactically equivalent to objMessageFilter.Subject in Microsoft® Visual Basic® code.

Data Type

String

Remarks

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

The Subject property corresponds to the MAPI property PR_SUBJECT.

See Also

Concepts

MessageFilter Object