search_by_uids
Description:
public virtual GenericArray<string> search_by_uids (string expression, GenericArray<string> uids, Cancellable? cancellable = null) throws Error
Search a subset of uid's for an expression match.
Parameters:
this |
a Folder |
expression |
search expression |
uids |
array of uid's to match against. |
cancellable |
Returns:
a GenericArray of uids of matching messages. The caller must free the list and each of the elements when it is done. |