EmailMessageBatch.Messages Property
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.
Gets a batch of email messages.
public:
property IVectorView<EmailMessage ^> ^ Messages { IVectorView<EmailMessage ^> ^ get(); };
IVectorView<EmailMessage> Messages();
public IReadOnlyList<EmailMessage> Messages { get; }
var iVectorView = emailMessageBatch.messages;
Public ReadOnly Property Messages As IReadOnlyList(Of EmailMessage)
Property Value
A batch of email messages.
Windows requirements
App capabilities |
email
emailSystem
|