Freigeben über


EmailMailboxChangeReader Klasse

Definition

Die in diesem Thema beschriebene Funktionalität steht nicht für alle UWP-Apps zur Verfügung. Im Rahmen des Store-App-Übermittlungsprozesses muss Microsoft Ihre Verwendung dieser APIs genehmigen und Ihr Entwicklerkonto bereitstellen, bevor Sie eine App veröffentlichen können, die diese verwendet.

Weitere Informationen zum Windows.ApplicationModel.Email-Namespace erhalten Sie von Ihrem Microsoft-Kontoteammitarbeiter.

public ref class EmailMailboxChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxChangeReader
Public NotInheritable Class EmailMailboxChangeReader
Vererbung
Object Platform::Object IInspectable EmailMailboxChangeReader
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
email emailSystem

Hinweise

Rufen Sie GetChangeReader auf, um eine instance dieser Klasse abzurufen.

Methoden

AcceptChanges()

Akzeptiert alle Änderungen.

AcceptChangesThrough(EmailMailboxChange)

Akzeptiert alle Änderungen bis zur aktuellen Änderung.

ReadBatchAsync()

Liest eine Auflistung von Änderungen.

Gilt für: