| OnlineMarketingTransformationFunctionsOpenedNewsletter Method  | 
            Returns true if the contact opened specified newsletter.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxpublic static bool OpenedNewsletter(
	Object contact,
	string newsletterName,
	int lastXDays
)
Parameters
- contact
 - Type: SystemObject
Contact which should be checked - newsletterName
 - Type: SystemString
Newsletter name - lastXDays
 - Type: SystemInt32
Constraint for last X days (if zero or negative value is given, no constraint is applied) 
Return Value
Type: 
Boolean
See Also