OpenedEmailInfoProviderDeleteOpenedEmailInfoInternal Method (Int32, Int32) |
Deletes the OpenedEmailInfo object identified by the ID of issue and subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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