Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates search provider status.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration SearchProviderStatusType
'Usage
Dim instance As SearchProviderStatusType
public enum SearchProviderStatusType
Members
| Member name | Description | |
|---|---|---|
| SyncNotStarted | Search provider synchronization has not started. | |
| SyncInProgress | Search provider synchronization is in progress. | |
| SyncSucceeded | Search provider synchronization has completed successfully. | |
| SyncSucceededForInternalOnly | Search provider service from internal is available. | |
| SyncSucceededForExternalOnly | Search provider service from external is available. | |
| OtherFailure | Search provider synchronization failed for an unknown reason. | |
| LocalDatabaseFailure | Search provider synchronization failed due to local database failure. | |
| FileNotFound | Search provider synchronization failed due to file not found. | |
| FileCorrupted | Search provider synchronization failed due to corrupted file. | |
| CredentialsNotEntered | User has not provided credentials to the challenging search provider. | |
| NotConfigured | No search provider has been configured. | |
| InitializationFailed | Failed to initialize search provider synchronization. | |
| Invalid |