ExchangeSyncResult enumeration

Represents information about a task server synchronization operation.

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

Syntax

'Declaration
Public Enumeration ExchangeSyncResult
'Usage
Dim instance As ExchangeSyncResult
public enum ExchangeSyncResult

Members

Member name Description
NoValue No value. Value = 0.
Success The synchronization operation succeeded. Value = 1.
UnknownError An unknown error occurred during the synchronization operation. Value = 2.
CouldNotConnectToExchange The operation could not connect to the external task server. Value = 3.
CouldNotGetUserCredentials The operation could not get credentials for the user. Value = 4.
CouldNotKickoffJob The synchronization operation could not be started. Value = 5.
SyncWithErrors The synchronization operation finished but with errors. Value = 6.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace