SyncFolderItemsType.SyncScope Property

Definition

The SyncScope property gets or sets one of the SyncFolderItemsScopeType enumeration values that specifies whether just items or items and folder associated information are returned in a synchronization response.

public:
 property ExchangeWebServices::SyncFolderItemsScopeType SyncScope { ExchangeWebServices::SyncFolderItemsScopeType get(); void set(ExchangeWebServices::SyncFolderItemsScopeType value); };
public ExchangeWebServices.SyncFolderItemsScopeType SyncScope { get; set; }
Public Property SyncScope As SyncFolderItemsScopeType

Property Value

The value of the SyncScope property is one of the SyncFolderItemsScopeType enumeration values.

Remarks

You must set the SyncScopeSpecified property to true so that the SyncScope property is serialized into the SOAP request.

Applies to