Modifies the flags of messages in the current folder that belong to a specified message set.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub SetMessageFlags ( _ messageSet As ImapMessageSet, _ action As ImapFlagAction, _ flags As ImapMessageFlags, _ ParamArray keywords As String() _ ) | 
| C# | 
|---|
| public void SetMessageFlags( ImapMessageSet messageSet, ImapFlagAction action, ImapMessageFlags flags, params string[] keywords ) | 
Parameters
- messageSet
- Type: Rebex.Net..::..ImapMessageSet
 A set of messages.
- action
- Type: Rebex.Net..::..ImapFlagAction
 The action to take.
- flags
- Type: Rebex.Net..::..ImapMessageFlags
 Flags to add, remove or set.
- keywords
- Type: array<System..::..String>[]()[][]
 Keywords to add, remove or set.
 Remarks
Remarks
This method represents IMAP STORE command.
 
     
     
     
     
    