Click or drag to resize
SubscriberInfoProviderGetSubscriberInfo Method (String, Int32)
Returns the Subscriber object for the specified subscriber. Excludes specific subscriber types such as users, roles, contacts, contact groups or personas.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static SubscriberInfo GetSubscriberInfo(
	string email,
	int siteId
)

Parameters

email
Type: SystemString
Subscriber's email address
siteId
Type: SystemInt32
Site ID

Return Value

Type: SubscriberInfo
Subscriber specified by his email and site ID
See Also