Prev | Next |
MessageFlag
The MessageFlag enumeration is used in both the SendMailMessage and ComposeMailMessage methods of the MailInterface, to specify a flag to attach to the message.
Enum Values
Value |
Meaning |
---|---|
mfNone |
Do not flag the message. |
mfComplete |
Flag the message as 'Complete'. |
mfPurple |
Flag the message with a 'Purple' flag. |
mfOrange |
Flag the message with an 'Orange' flag. |
mfGreen |
Flag the message with a 'Green' flag. |
mfYellow |
Flag the message with a 'Yellow' flag. |
mfBlue |
Flag the message with a 'Blue' flag. |
mfRed |
Flag the message with a 'Red' flag. |