Enumerates search provider status.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
SearchProviderStatusType

Members

Member name Value Description
SyncNotStarted 0
Search provider synchronization has not started.
SyncInProgress 1
Search provider synchronization is in progress.
SyncSucceeded 2
Search provider synchronization has completed successfully.
SyncSucceededForInternalOnly 3
Search provider service from internal is available.
SyncSucceededForExternalOnly 4
Search provider service from external is available.
OtherFailure 1000
Search provider synchronization failed for an unknown reason.
LocalDatabaseFailure 1001
Search provider synchronization failed due to local database failure.
FileNotFound 1002
Search provider synchronization failed due to file not found.
FileCorrupted 1003
Search provider synchronization failed due to corrupted file.
CredentialsNotEntered 1004
User has not provided credentials to the challenging search provider.
NotConfigured 1005
No search provider has been configured.
InitializationFailed 1006
Failed to initialize search provider synchronization.
Invalid -1

See Also