EmailConversationReader.ReadBatchAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously reads a batch of email conversations.
public:
virtual IAsyncOperation<EmailConversationBatch ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<EmailConversationBatch> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<EmailConversationBatch> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of EmailConversationBatch)
Returns
Returns a batch of email conversations.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|