MailBee.NET Objects 4.0

Imap.Search Method

Returns the collection of UIDs of all messages in the currently selected folder.

Overload List

Returns the collection of UIDs of all messages in the currently selected folder.

public UidCollection Search();

Searches the currently selected folder for messages that meet the specified criteria.

public MessageIndexCollection Search(bool,string,string);

See Also

Imap Class | MailBee.ImapMail Namespace | UidCollection