Click or drag to resize
OpenedEmailInfoProviderLogOpenedEmail Method (Int32, Int32)
Logs e-mail with newsletter issue as opened by specified subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static int LogOpenedEmail(
	int subscriberId,
	int issueId
)

Parameters

subscriberId
Type: SystemInt32
Subscriber's ID
issueId
Type: SystemInt32
Newsletter issue ID

Return Value

Type: Int32
ID of the opened newsletter issue, 0 if not affected
See Also