Enum NewsletterEventType
Represents the type of newsletter event.
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public enum NewsletterEventType
Fields
Name | Description |
---|---|
Click | The recipient clicked on a link within the newsletter. |
Fail | The newsletter failed to be sent due to an error. |
Open | The newsletter was opened by the recipient. |
PermanentFail | The newsletter failed permanently and cannot be sent. |
Reject | The newsletter was rejected by the recipient's email provider. |
Send | The newsletter was successfully sent to the recipient. |
Unsubscribe | The recipient unsubscribed from the newsletter. |