Represents flag used by IMAP protocol to mark email messages.
Static fields represent most common, system flags.
You can use FlagMessage(Int64, Flag) and UnflagMessage(Int64, Flag) to set or remove a flag.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public class Flag |
| Visual Basic |
|---|
Public Class Flag |
| Visual C++ |
|---|
public ref class Flag |
Remarks
Exchange 2007 and 2010 do not support custom flags (keywords).