ISubscriptionServiceIsUnsubscribed Method |
Returns true if specified email address is unsubscribed from newsletter.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxbool IsUnsubscribed(
string email,
int newsletterID
)
Parameters
- email
- Type: SystemString
Email address - newsletterID
- Type: SystemInt32
Newsletter ID
Return Value
Type:
Boolean
ExceptionsException | Condition |
---|
ArgumentException | Email is not specified |
RemarksTakes global unsubscription into account.
See Also