DeleteAsync Method
Deletes a message specified by MessageNumber on the server.
Syntax
[VB.NET] Public Function DeleteAsync() As IAsyncAction
[C#] public IAsyncAction DeleteAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteAsync MethodDeletes a message specified by MessageNumber on the server. Syntax[VB.NET] Public Function DeleteAsync() As IAsyncAction [C#] public IAsyncAction DeleteAsync(); RemarksThis method is the asynchronous version of the Delete method and is used to support asynchronous operations in WinRT. Please refer to Delete for more information. |
||