ISubscriptionServiceIsMarketable Method (Int32, Int32) |
Returns true if subscriber receives marketing emails.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax bool IsMarketable(
int subscriberID,
int newsletterID
)
Parameters
- subscriberID
- Type: SystemInt32
Subscriber ID. - newsletterID
- Type: SystemInt32
Newsletter ID.
Return Value
Type:
BooleanExceptions Exception | Condition |
---|
ArgumentException | Subscriber or newsletter does not exist |
Remarks If subscriber represents contact group, method only checks the contact
group is subscribed (does not check particular contacts).
See Also