SyncFolderItemsType Members

Include Protected Members
Include Inherited Members

The SyncFolderItemsType class represents a request to synchronize items in a folder with the computer that is running Microsoft Exchange Server 2007.

The SyncFolderItemsType type exposes the following members.

Constructors

  Name Description
Public method SyncFolderItemsType The SyncFolderItemsType constructor initializes a new instance of the SyncFolderItemsType class.

Top

Properties

  Name Description
Public property Ignore The Ignore property gets or sets an array of items to skip for synchronization. This property is optional. This is a read/write property.
Public property ItemShape The ItemShape property gets or sets the shape that describes which properties are returned in the response. This property is required. This is a read/write property.
Public property MaxChangesReturned The MaxChangesReturned property gets or sets the maximum number of changes that can be returned in a synchronization response. This property is required. This is a read/write property.
Public property SyncFolderId The SyncFolderId property gets or sets the identity of the folder that contains the items to synchronize. This property is required. This is a read/write property.
Public property SyncScope 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 SyncScopeSpecified The SyncScopeSpecified property gets or sets a Boolean value that specifies whether the SyncScope property is serialized into the SOAP request. This property is required if the SyncScope property is specified.
Public property SyncState The SyncState property gets or sets the synchronization state identifier. This property is optional with caveats. This is a read/write property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top