ExchangeOptInResult enumeration

Represents status information for an operation to enable synchronization with an external task server for a user.

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

Syntax

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

Members

Member name Description
NoValue No value. Value = 0.
Success The operation succeeded. Value = 1.
UnknownError An unknown error occurred when enabling synchronization. Value = 2.
CouldNotConnectToExchange The operation could not connect to the external task server. Value = 3.
CouldNotFindOrCreateMySite The synchronization operation could not find or create the user's personal site to store synchronization data. Value = 4.
UserAlreadyOptedIn The user has already enable task server synchronization. Value = 5.
UserExchangeOperationPending An operation to enable synchronization is already running. Value = 6.
UnsupportedExchangeVersion The version of the task server is not compatible with the synchronization operation. Value = 7.
MissingEmailAddress The user's email address could not be found in the User Profile Service. Value = 8.
ExchangeWebServiceClientMissing The component required to connect to the external task server is not available. Value = 9.
UnsupportedSharePointConfiguration The local server is not configured correctly for synchronization with an external task server. Value = 10.
InvalidOrUnauthorizedUser The specified user in not valid or is unauthorized on the external task server. Value = 11.
CouldNotActivateExchangeSyncFeatureOnSiteSubscription The synchronization operation could not be activated on the local server. Value = 12.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace