delete_messages


Description:

public bool delete_messages (string folder_name, GenericArray<string> uids) throws Error

Deletes multiple messages with UID uids from folder folder_name.

It's okay when such uids do not exist, but the folder is required to exist.

See also delete_message.

Parameters:

this

a StoreDB

folder_name

a folder name

uids

a GenericArray of strings with message UID-s

Returns:

whether succeeded