ModuleCommandsOnlineMarketingIsContactUnsubscribed Method |
Returns true if a contact has newsletter unsubscription activity for specified newsletter.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also