Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Ews.GetUpdatedItemsAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)

GetUpdatedItemsAsync(EwsFolderId, EwsItemFields, Int32, String, Object)

Begins asynchronous GetUpdatedItems operation. Receives changes that occured since the last checkpoint.

Declaration
public Task<EwsUpdatedItemsInfo> GetUpdatedItemsAsync(EwsFolderId folderId, EwsItemFields fields, int maxChangesCount, string checkpoint, object state = null)
Parameters
Type Name Description
EwsFolderId folderId

Folder to get items from.

EwsItemFields fields

Fields to return. Supported values are IdOnly, Default and All.

Int32 maxChangesCount

How many changes will be returned. Maximum value supported by the server is usually 512.

String checkpoint

Checkpoint received in previous response. Use null (Nothing in VB) for the first request.

Object state

An optional user-provided object that identifies this particular asynchronous operation.

Returns
Type Description
Task<EwsUpdatedItemsInfo>

Returns information about updated items.

In This Article
  • GetUpdatedItemsAsync(EwsFolderId, EwsItemFields, Int32, String, Object)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies