SyncFolderItemsType.SyncScope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.