| OpenedEmailInfoProviderLogOpenedEmail Method (Guid, Guid, Int32) | 
            Logs e-mail with newsletter issue as opened by specified subscriber.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntaxpublic 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: 
Int32ID of the opened newsletter issue, 0 if not affected
See Also