| ContactInfoProviderGetContactInfo Method (String) | 
            Returns contact with specified email.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ContactInfo GetContactInfo(
	string email
)
Parameters
- email
- Type: SystemString
 Email to be searched for.
Return Value
Type: 
ContactInfoContactInfo with provided email or 
null if no contact with given email found.
            If more contacts with such email exists most recent one is returned.
 See Also
See Also