[VB.NET]
Public Function SearchMailboxAsync(ByVal SearchCriteria As String)AsTask
[C#]
public Task SearchMailboxAsync(string searchCriteria);
Remarks
This 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.