Overload List

  Name Description
Public method GetMessagesWithFlags()()()()
Gets all available messages with flags in current mailbox from IMAP server. All messages are stored in memory resulting in potential memory issues if not enough memory is available. To avoid potential memory issue you may retrieve messages individually using the
CopyC#
getMessageWithFlags(int index)
method.
(Inherited from Imap.)
Public method GetMessagesWithFlags(array<Int32>[]()[][])
Gets messages for specified message ID's with flags.
(Inherited from Imap.)
Public method GetMessagesWithFlags(String)
Gets messages with flags matching specified SEARCH expression.
(Inherited from Imap.)

See Also