Importance Property (MessageFilter Object)

The Importance property sets filtering on a message's 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.