ISubscriptionServiceIsUnsubscribed Method |
Returns true if specified email address is unsubscribed from newsletter.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax bool IsUnsubscribed(
string email,
int newsletterID
)
Parameters
- email
- Type: SystemString
Email address - newsletterID
- Type: SystemInt32
Newsletter ID
Return Value
Type:
BooleanExceptions Remarks Takes global unsubscription into account.
See Also