Click or drag to resize
OpenEmailTrackerOnLog Method
Performs custom handling & logging after an email was logged.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
protected virtual void OnLog(
	int subscriberId,
	int issueId,
	int siteId,
	int contactId
)

Parameters

subscriberId
Type: SystemInt32
Subscriber's ID
issueId
Type: SystemInt32
Newsletter issue's ID
siteId
Type: SystemInt32
ID of the site
contactId
Type: SystemInt32
Contact's ID
See Also