EmailMessageBatch
EmailMessageBatch
EmailMessageBatch
EmailMessageBatch
Class
Definition
Represents a collection of email messages.
public : sealed class EmailMessageBatch : IEmailMessageBatchpublic sealed class EmailMessageBatch : IEmailMessageBatchPublic NotInheritable Class EmailMessageBatch Implements IEmailMessageBatch// 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
The functionality described in this topic is not available to all Windows and Windows Phone apps. For your code to call these APIs, Microsoft must approve your use of them and provision your developer account. Otherwise the calls will fail at runtime.
Properties
Messages Messages Messages Messages
Gets a batch of email messages.
public : IVectorView<EmailMessage> Messages { get; }public IReadOnlyList<EmailMessage> Messages { get; }Public ReadOnly Property Messages As IReadOnlyList<EmailMessage>// You can use this property in JavaScript.
- Value
- IVectorView<EmailMessage> IReadOnlyList<EmailMessage> IReadOnlyList<EmailMessage> IReadOnlyList<EmailMessage>
A batch of email messages.