get_uids_sync


Description:

public bool get_uids_sync (string folder_name, out GenericArray<unowned string> out_uids, Cancellable? cancellable = null) throws Error

Reads all the message UID-s from the folder folder_name satisfying the set expression.

Sets the out_uids to null and returns true when the folder_name is not part of the this.

Free the out_uids array with g_ptr_array_unref, when no longer needed.

Parameters:

this

a StoreSearch

folder_name

name of the folder to read UID-s from

out_uids

an output argument for the read message UID-s

cancellable

a Cancellable, or NULL

Returns:

whether succeeded