Type Property (MessageFilter Object)

Type Property (MessageFilter Object)

The Type property sets filtering on a messages MAPI message class. Read/write.

Syntax

objMessageFilter.Type

Data Type

String

Remarks

The Type property specifies that the message filter should pass only messages with a Type exactly matching a particular MAPI message class. By default, CDO sets the Type value of new messages to the MAPI message class IPM.Note.

The Type property corresponds to the MAPI property PR_MESSAGE_CLASS.

See Also

Concepts

MessageFilter Object