search_by_expression
Description:
public virtual GenericArray<string> search_by_expression (string expression, Cancellable? cancellable = null) throws Error
Searches the folder for messages matching the given search expression.
Parameters:
this |
a Folder |
expression |
a search expression |
cancellable |
Returns:
a GenericArray of uids of matching messages. The caller must free the list and each of the elements when it is done. |