SearchProviderStatusType Enumeration
Enumerates search provider status values.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum SearchProviderStatusType
{
ucProviderStatusSyncNotStarted,
ucProviderStatusSyncInProgress,
ucProviderStatusSyncSucceeded,
ucProviderStatusOtherFailure = 1000,
ucProviderStatusLocalDatabaseFailure,
ucProviderStatusFileNotFound,
ucProviderStatusFileCorrupted,
ucProviderStatusCredentialsNotEntered,
ucProviderStatusNotConfigured,
ucProviderStatusInitializationFailed
};
Members
Member name | Description | |
---|---|---|
ucProviderStatusSyncNotStarted |
Local address book synchronization is not started.
|
|
ucProviderStatusSyncInProgress |
Local address book synchronization is in progress.
|
|
ucProviderStatusSyncSucceeded |
Local address book synchronization succeeded.
|
|
ucProviderStatusOtherFailure |
Unknown failure to synchronize local address book.
|
|
ucProviderStatusLocalDatabaseFailure |
Local address book could not be accessed.
|
|
ucProviderStatusFileNotFound |
Server Address book file was not found.
|
|
ucProviderStatusFileCorrupted |
Server Address book file is corrupt.
|
|
ucProviderStatusCredentialsNotEntered |
User credentials were not entered.
|
|
ucProviderStatusNotConfigured |
Server Address book is not configured
|
|
ucProviderStatusInitializationFailed |
Synchronization operation initialization failed.
|