Click or drag to resize
OpenedEmailInfoProviderDeleteOpenedEmailInfoInternal Method (Int32, Int32)
Deletes the OpenedEmailInfo object identified by the ID of issue and subscriber.

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

Parameters

issueId
Type: SystemInt32
ID of the newsletter issue
subscriberId
Type: SystemInt32
ID of the subscriber
See Also