Gets and sets one or more flags for the current message.
An ImapFlags enumeration value which specifies one or more message flags.
The MessageFlags property returns information about the currently selected message specified by the Message property. Setting the MessageFlags property changes the flags for the currently selected message. Multiple bit flags can be combined using the bitwise Or operator. An application can test if a flag is set by using the bitwise And operator.
InternetMail Class | SocketTools Namespace