| OnlineMarketingTransformationFunctionsInteractedWithNewsletterIssue Method  | 
            Returns true if the contact clicked link in the specified newsletter issue.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxpublic static bool InteractedWithNewsletterIssue(
	Object contact,
	Guid issueGuid,
	bool click,
	int lastXDays
)
Parameters
- contact
 - Type: SystemObject
Contact that should be checked - issueGuid
 - Type: SystemGuid
Newsletter issue GUID - click
 - Type: SystemBoolean
Indicates whether contact should have clicked the newsletter issue or just open it. - 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