OpenedEmailInfoProviderLogOpenedEmail Method (String, Int32) |
Logs e-mail with newsletter issue as opened by specified subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public static int LogOpenedEmail(
string email,
int issueId
)
Parameters
- email
- Type: SystemString
Subscriber's email - issueId
- Type: SystemInt32
Newsletter issue ID
Return Value
Type:
Int32ID of the opened newsletter issue, 0 if not affected
See Also