SyncFolderItemsScopeType Enum

Definition

The SyncFolderItemsScopeType enumeration defines the information that is returned in a synchronization response.

public enum class SyncFolderItemsScopeType
public enum SyncFolderItemsScopeType
Public Enum SyncFolderItemsScopeType
Inheritance
SyncFolderItemsScopeType

Fields

NormalAndAssociatedItems 1

Indicates that both items in the folder and folder associated information are returned in a synchronization response.

NormalItems 0

Indicates that only items in the folder are returned in a synchronization response.

Remarks

This enumeration is used by the SyncScope property of the SyncFolderItemsType object.

Applies to