
The Importance property sets filtering on a message's importance to CdoNormal (the default), CdoLow, or CdoHigh. Read/write.
objMessageFilter.Importance
Long
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.