Returns or sets the flag status for the mail message. Can be one of the following OlFlagStatus constants: olFlagComplete(1), olFlagMarked(2), or olNoFlag(0).
Read/write Long.
Syntax
objMailItem.FlagStatus
objMailItem Required. An expression that returns a MailItem object.