Click or drag to resize
SubscriberInfoProvider.GetSubscriberInfo 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: 9.0.0
Syntax
C#
public static SubscriberInfo GetSubscriberInfo(
	string email,
	int siteId
)

Parameters

email
Type: System.String
Subscriber's email address
siteId
Type: System.Int32
Site ID

Return Value

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