Click or drag to resize
ContactInfoProviderGetContactIDByEmail Method
Finds contact for given email address.

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

Parameters

email
Type: SystemString

Return Value

Type: Int32
Returns contact id for given email address, returns 0 if contact is not found.
See Also