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

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

Parameters

email
Type: SystemString
Subscriber's email
issueId
Type: SystemInt32
Newsletter issue ID

Return Value

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