EmailConversation.FindMessagesAsync Methode

Definition

Überlädt

FindMessagesAsync()

Ruft asynchron einen Batch von Nachrichten in der Unterhaltung ab.

FindMessagesAsync(UInt32)

Ruft asynchron einen Batch von Nachrichten in der Unterhaltung ab.

FindMessagesAsync()

Ruft asynchron einen Batch von Nachrichten in der Unterhaltung ab.

public:
 virtual IAsyncOperation<IVectorView<EmailMessage ^> ^> ^ FindMessagesAsync() = FindMessagesAsync;
/// [Windows.Foundation.Metadata.Overload("FindMessagesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EmailMessage>> FindMessagesAsync();
[Windows.Foundation.Metadata.Overload("FindMessagesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EmailMessage>> FindMessagesAsync();
function findMessagesAsync()
Public Function FindMessagesAsync () As IAsyncOperation(Of IReadOnlyList(Of EmailMessage))

Gibt zurück

Der Batch von Nachrichten.

Attribute

Windows-Anforderungen

App-Funktionen
email emailSystem

Weitere Informationen

Gilt für:

FindMessagesAsync(UInt32)

Ruft asynchron einen Batch von Nachrichten in der Unterhaltung ab.

public:
 virtual IAsyncOperation<IVectorView<EmailMessage ^> ^> ^ FindMessagesAsync(unsigned int count) = FindMessagesAsync;
/// [Windows.Foundation.Metadata.Overload("FindMessagesWithCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EmailMessage>> FindMessagesAsync(uint32_t const& count);
[Windows.Foundation.Metadata.Overload("FindMessagesWithCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EmailMessage>> FindMessagesAsync(uint count);
function findMessagesAsync(count)
Public Function FindMessagesAsync (count As UInteger) As IAsyncOperation(Of IReadOnlyList(Of EmailMessage))

Parameter

count
UInt32

unsigned int

uint32_t

Die Größe des abzurufenden Batches von Nachrichten.

Gibt zurück

Der Batch von Nachrichten.

Attribute

Windows-Anforderungen

App-Funktionen
email emailSystem

Weitere Informationen

Gilt für: