delete_uids
Description:
public int delete_uids (
string folder_name,
List<
string> uids)
throws Error
Deletes a list of message UIDs as one transaction.
Parameters:
| this |
a DB
|
| folder_name |
full name of the folder
|
| uids |
A List of uids
|
Returns:
|
0 on success, -1 on error
|