Overload List
Name | Description | |
---|---|---|
![]() |
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 (Inherited from Imap.)![]() getMessageWithFlags(int index) |
![]() |
GetMessagesWithFlags(array<Int32>[]()[][]) |
Gets messages for specified message ID's with flags.
(Inherited from Imap.) |
![]() |
GetMessagesWithFlags(String) |
Gets messages with flags matching specified SEARCH expression.
(Inherited from Imap.) |