AddMessageFlagsAsync Method
Adds the specified flags to the messages specified by MessageSet .
Syntax
[VB.NET] Public Function AddMessageFlagsAsync(ByVal Flags As String) As Task
[C#] public Task AddMessageFlagsAsync(string flags);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddMessageFlagsAsync MethodAdds the specified flags to the messages specified by MessageSet . Syntax[VB.NET] Public Function AddMessageFlagsAsync(ByVal Flags As String) As Task [C#] public Task AddMessageFlagsAsync(string flags); RemarksThis method is the asynchronous version of the AddMessageFlags method and is used to support asynchronous operations in WinRT. Please refer to AddMessageFlags for more information. |
||