| ContactInfoProviderGetContactIDByEmail Method | 
            Finds contact for given email address.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic static int GetContactIDByEmail(
	string email
)
Parameters
- email
- Type: SystemString
 
Return Value
Type: 
Int32Returns contact id for given email address, returns 0 if contact is not found.
 See Also
See Also