SyncFolderItemsType.MaxChangesReturned Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property MaxChangesReturned As Integer
public int MaxChangesReturned { get; set; }
public:
property int MaxChangesReturned {
int get ();
void set (int value);
}
/** @property */
public int get_MaxChangesReturned ()
/** @property */
public void set_MaxChangesReturned (int value)
public function get MaxChangesReturned () : int
public function set MaxChangesReturned (value : int)
Property Value
The MaxChangesReturned property returns an integer.
Remarks
The value for this property must be between 1 and 512, inclusive.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also