Click or drag to resize
ContactInfoProviderGetContactInfo Method (String)
Returns contact with specified email.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static ContactInfo GetContactInfo(
	string email
)

Parameters

email
Type: SystemString
Email to be searched for.

Return Value

Type: ContactInfo
ContactInfo 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