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