Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous SetMessageFlags operation. Modifies the flags of a message with the specified sequence number.
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(String, ImapFlagAction, ImapMessageFlags, AsyncCallback, Object)
Begins asynchronous SetMessageFlags operation. Modifies the flags of a message with the specified unique ID.
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(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.
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object)
Begins asynchronous SetMessageFlags operation. Modifies the flags of a message with the specified sequence number.
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(String, ImapFlagAction, ImapMessageFlags, array<String>[]()[][], AsyncCallback, Object)
Begins asynchronous SetMessageFlags operation. Modifies the flags of a message with the specified unique ID.
Public methodSupported by the .NET Compact FrameworkBeginSetMessageFlags(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.

See Also