SyncContentType enumeration
[This API is for evaluation purposes only and is subject to change or removal.]
[This documentation is preliminary and is subject to change.]
Identifies the type of content for syncing.
Syntax
var value = Windows.ApplicationModel.Sync.SyncContentType.email;
public enum SyncContentType
Public Enum SyncContentType
public enum class SyncContentType
Attributes
[Experimental()]
[Version]
Members
The SyncContentType enumeration has these members.
Member | Value | Description |
---|---|---|
Email | email | 0 | Email content |
Calendar | calendar | 1 | Calendar data |
Contacts | contacts | 2 | Contacts data |
Tasks | tasks | 3 | Tasks data |
Requirements (device family)
Device family |
UAP |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.ApplicationModel.Sync Windows::ApplicationModel::Sync [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |