Flags the messages with specified flag.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public List<MessageFlags> FlagMessageByUID( List<long> uids, Flag flag ) |
| Visual Basic |
|---|
Public Function FlagMessageByUID ( _ uids As List(Of Long), _ flag As Flag _ ) As List(Of MessageFlags) |
| Visual C++ |
|---|
public: List<MessageFlags^>^ FlagMessageByUID( List<long long>^ uids, Flag^ flag ) |
Parameters
- uids
- Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
Unique-id of the messages to flag.
- flag
- Type: Limilabs.Client.IMAP..::..Flag
Flag to be added. For specifying system flags you can use static fields e.g. Seen.
Return Value
List containing flags of the specified messages after the change.
Remarks
Exchange 2007 and 2010 do not support custom flags (keywords).