[ Version ( since = "1.0" ) ]
public bool delete_sync (string sms, Cancellable? cancellable = null) throws Error
Synchronously deletes a given Sms from the modem.
The calling thread is blocked until a reply is received. See @delete for the asynchronous version of this method.
this | |
sms |
Path of the Sms to delete. |
cancellable |
A Cancellable or |
|