| ContactInfoProviderGetContactInfoInternal Method (String) | 
            Returns contact with specified email.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual ContactInfo GetContactInfoInternal(
	string email
)
Parameters
- email
- Type: SystemString
 Contact email or null if no contact with given email found.
Return Value
Type: 
ContactInfo See Also
See Also