Click or drag to resize
UnsubscriptionEventArgs Properties

The UnsubscriptionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyEmail
Email address that is being unsubscribed.
Public propertyIssueID
ID of issue that subscriber used for unsubscription. Is present only when IssueID is known (is null for example when unsubscribing from administration UI or when issue was deleted).
Public propertyNewsletter
Newsletter that subscriber is unsubscribing from. Can be null in case that subscriber unsubscribed from all newsletter communication.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Top
See Also