SyncFolderItemsScopeType Enumeration

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SyncFolderItemsScopeType
'Usage
Dim instance As SyncFolderItemsScopeType
[SerializableAttribute]
public enum SyncFolderItemsScopeType

Members

Member name Description
NormalItems Indicates that only items in the folder are returned in a synchronization response.
NormalAndAssociatedItems Indicates that both items in the folder and folder associated information are returned in a synchronization response.

Remarks

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