PR_FOLLOWUP_ICON

PR_FOLLOWUP_ICON

Contains the color associated with a flagged item in Microsoft Office Outlook.

Quick Info

Exposed by: Message object
Identifier: 0x1095
Property type: PT_LONG
Property tag: 0x10950003
Access: Read/write

Remarks

The possible values for this property are defined in the OlFlagIcon enumeration.

olNoFlagIcon - No flag is associated with the item.

olPurpleFlagIcon - Purple is associated with the flagged item.

olOrangeFlagIcon - Orange is associated with the flagged item.

olGreenFlagIcon - Green is associated with the flagged item.

olYellowFlagIcon - Yellow is associated with the flagged item.

olBlueFlagIcon - Blue is associated with the flagged item.

olRedFlagIcon - Red is associated with the flagged item.

In Microsoft Office Outlook 2007, flags are not associated with colors by default. To associate a color with a flagged item, you must assign a color category to the flagged item. For example, you can create a color category called Important and associate the red color with it. You can then assign the color category to the item that is flagged as Important.

See Also

About MAPI Additions