Overload List
| Name | Description | |
|---|---|---|
| BeginSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of a message with the specified sequence number.
| |
| BeginSetMessageFlags(String, ImapFlagAction, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of a message with the specified unique ID.
| |
| BeginSetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags, AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of messages in the current folder that belong to a specified message set.
| |
| BeginSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of a message with the specified sequence number.
| |
| BeginSetMessageFlags(String, ImapFlagAction, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of a message with the specified unique ID.
| |
| BeginSetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object) |
Begins asynchronous SetMessageFlags operation.
Modifies the flags of messages in the current folder that belong to a specified message set.
|