EmailConversationBatch
EmailConversationBatch
EmailConversationBatch
EmailConversationBatch
Class
Definition
Represents a group of EmailConversation objects for batch processing.
public : sealed class EmailConversationBatch : IEmailConversationBatchpublic sealed class EmailConversationBatch : IEmailConversationBatchPublic NotInheritable Class EmailConversationBatch Implements IEmailConversationBatch// 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
Obtain an instance of this class by calling EmailConversationReader.ReadBatchAsync.
Properties
Conversations Conversations Conversations Conversations
Gets a list of EmailConversation objects to use for batch processing.
public : IVectorView<EmailConversation> Conversations { get; }public IReadOnlyList<EmailConversation> Conversations { get; }Public ReadOnly Property Conversations As IReadOnlyList<EmailConversation>// You can use this property in JavaScript.
- Value
- IVectorView<EmailConversation> IReadOnlyList<EmailConversation> IReadOnlyList<EmailConversation> IReadOnlyList<EmailConversation>
A list of EmailConversation objects to use for batch processing.
Status Status Status Status
Gets the status of the last batch processing operation.
public : EmailBatchStatus Status { get; }public EmailBatchStatus Status { get; }Public ReadOnly Property Status As EmailBatchStatus// You can use this property in JavaScript.
The status of the last batch processing operation.