MailItem.FlagRequest property (Outlook)
Returns or sets a String that indicates the requested action for a mail item. Read/write.
Syntax
expression. FlagRequest
expression A variable that represents a MailItem object.
Remarks
By default, a mail item is not marked with any flag and the default value for this property is the empty string. You can set the value of FlagRequest either through the user interface or programmatically. When you mark a mail item with a flag through the user interface, the default value of FlagRequest is "Follow up".
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.