ContactInfoProviderGetContactInfo Method (String) |
Returns contact with specified email.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax public 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