Catalyst Internet Mail .NET

InternetMail.MessageFlags Property

Gets and sets one or more flags for the current message.

[Visual Basic]
Public Property MessageFlags As ImapFlags
[C#]
public InternetMail.ImapFlags MessageFlags {get; set;}

Property Value

An ImapFlags enumeration value which specifies one or more message flags.

Remarks

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.

See Also

InternetMail Class | SocketTools Namespace