EmailConversationReader
EmailConversationReader
EmailConversationReader
EmailConversationReader
Class
Definition
Reads a batch of email conversations.
public : sealed class EmailConversationReader : IEmailConversationReaderpublic sealed class EmailConversationReader : IEmailConversationReaderPublic NotInheritable Class EmailConversationReader Implements IEmailConversationReader// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Call GetConversationReader or GetConversationReader(EmailQueryOptions) to get an instance of this class.
Methods
ReadBatchAsync() ReadBatchAsync() ReadBatchAsync() ReadBatchAsync()
Asynchronously reads a batch of email conversations.
public : IAsyncOperation<EmailConversationBatch> ReadBatchAsync()public IAsyncOperation<EmailConversationBatch> ReadBatchAsync()Public Function ReadBatchAsync() As IAsyncOperation( Of EmailConversationBatch )// You can use this method in JavaScript.
Returns
IAsyncOperation<EmailConversationBatch>
IAsyncOperation<EmailConversationBatch>
IAsyncOperation<EmailConversationBatch>
IAsyncOperation<EmailConversationBatch>
Returns a batch of email conversations.