Click or drag to resize
NewslettersActivityLoggerLogUnsubscribeFromSingleNewsletterActivity Method
Logs unsubscription from single newsletter activity.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
public void LogUnsubscribeFromSingleNewsletterActivity(
	NewsletterInfo newsletter,
	Nullable<int> issueID = null,
	Nullable<int> contactId = null
)

Parameters

newsletter
Type: CMS.NewslettersNewsletterInfo
Newsletter contact has unsubscribed from
issueID (Optional)
Type: SystemNullableInt32
ID of issue used for unsubscribe
contactId (Optional)
Type: SystemNullableInt32
If set overrides ActivityContactID of activity
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when newsletter is null.
See Also