Importance Property (MessageFilter Object)

Importance Property (MessageFilter Object)

The Importance property sets filtering on a messages importance to CdoNormal (the default), CdoLow, or CdoHigh. Read/write.

Syntax

objMessageFilter.Importance

Data Type

Long

Remarks

The following values are defined:

Constant

Value

Description

CdoLow

0

Low importance

CdoNormal

1

Normal importance (default)

CdoHigh

2

High importance

The Importance property corresponds to the MAPI property PR_IMPORTANCE.

See Also

Concepts

MessageFilter Object