BaseSession.BeginExchangeSync method

Starts the Exchange synchronization process.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function BeginExchangeSync As ClientResult(Of Boolean)
'Usage
Dim instance As BaseSession
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.BeginExchangeSync()
[RemoteAttribute]
public ClientResult<bool> BeginExchangeSync()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

BaseSession class

BaseSession members

Microsoft.SharePoint.WorkManagement.Client namespace