SearchMailboxAsync Method
Search selected mailbox for specified text.
Syntax
[VB.NET] Public Function SearchMailboxAsync(ByVal SearchCriteria As String) As Task
[C#] public Task SearchMailboxAsync(string searchCriteria);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SearchMailboxAsync MethodSearch selected mailbox for specified text. Syntax[VB.NET] Public Function SearchMailboxAsync(ByVal SearchCriteria As String) As Task [C#] public Task SearchMailboxAsync(string searchCriteria); RemarksThis method is the asynchronous version of the SearchMailbox method and is used to support asynchronous operations in WinRT. Please refer to SearchMailbox for more information. |
||