DeleteFromMailboxAsync Method
Marks the messages specified by MessageSet as deleted.
Syntax
[VB.NET] Public Function DeleteFromMailboxAsync() As IAsyncAction
[C#] public IAsyncAction DeleteFromMailboxAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteFromMailboxAsync MethodMarks the messages specified by MessageSet as deleted. Syntax[VB.NET] Public Function DeleteFromMailboxAsync() As IAsyncAction [C#] public IAsyncAction DeleteFromMailboxAsync(); RemarksThis method is the asynchronous version of the DeleteFromMailbox method and is used to support asynchronous operations in WinRT. Please refer to DeleteFromMailbox for more information. |
||