Click or drag to resize
ModuleCommandsOnlineMarketingIsContactUnsubscribed Method
Returns true if a contact has newsletter unsubscription activity for specified newsletter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool OnlineMarketingIsContactUnsubscribed(
	int contactId,
	int newsletterId,
	int siteId
)

Parameters

contactId
Type: SystemInt32
Contact ID
newsletterId
Type: SystemInt32
Newsletter ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: Boolean
See Also