| UpdateContactCommandResultEnum Enumeration | 
            Represent the result of "Update contact" command.
            
 
Namespace: CMS.DataCom.AutomationAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 10.0.0
 Syntax
Syntaxpublic enum UpdateContactCommandResultEnum
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Success | 0 | The action completed without errors. | 
|  | ContactIsGlobal | 1 | The contact is global and therefore cannot be updated. | 
|  | FeatureNotAvailable | 2 | Data.com integration is not available. | 
|  | SingleMatchNotFound | 3 | No or more then one matching contact was found in Data.com business directory. | 
|  | InsufficientCredit | 4 | There wasn't enough credit to buy the matching contact in Data.com business directory. | 
 See Also
See Also