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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static int LogOpenedEmail(
	Guid subscriberGuid,
	Guid issueGuid,
	int siteId
)

Parameters

subscriberGuid
Type: SystemGuid
Subscriber's GUID
issueGuid
Type: SystemGuid
GUID of the newsletter issue
siteId
Type: SystemInt32
ID of the site that owns the newsletter

Return Value

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