Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags)
Modifies the flags of a message with the specified sequence number.
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(String, ImapFlagAction, ImapMessageFlags)
Modifies the flags of a message with the specified unique ID.
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags)
Modifies the flags of messages in the current folder that belong to a specified message set.
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(Int32, ImapFlagAction, ImapMessageFlags, array<String>[]()[][])
Modifies the flags of a message with the specified sequence number.
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(String, ImapFlagAction, ImapMessageFlags, array<String>[]()[][])
Modifies the flags of a message with the specified unique ID.
Public methodSupported by the .NET Compact FrameworkSetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags, array<String>[]()[][])
Modifies the flags of messages in the current folder that belong to a specified message set.

See Also