Question

In Outlook 2003 (and probably later), when you receive a mailitem and reply to it, it will display a message in the original item below the sender. Translated from Dutch it should be something like "You replied on 21-02-2012 13:37".

I would like to show a custom message there. Is that possible?

Was it helpful?

Solution

I think I have found what you are after.

.FlagRequest is a free text field and it value is displayed in the same area as the "You replied on" message.

If you open the message and click Flag you can select one of the default message or enter your own. You can only select one of the standard flag colours.

Alternatively: .FlagRequest, .FlagIcon, .FlagStatus and .FlagDueBy are read/write properties of a MailItem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top