Class EmailLogEventType
Event type values for the events filter (API: delivery, open, click, bounce, spam, unsubscribe, soft_bounce, reject, suspension).
public sealed record EmailLogEventType : StringEnum<EmailLogEventType>, IEquatable<StringEnum<EmailLogEventType>>, IEquatable<EmailLogEventType>
- Inheritance
-
EmailLogEventType
- Implements
- Inherited Members
Fields
Bounce
Bounce event.
public static readonly EmailLogEventType Bounce
Field Value
Click
Click event.
public static readonly EmailLogEventType Click
Field Value
Delivery
Delivery event.
public static readonly EmailLogEventType Delivery
Field Value
Open
Open event.
public static readonly EmailLogEventType Open
Field Value
Reject
Reject event.
public static readonly EmailLogEventType Reject
Field Value
SoftBounce
Soft bounce event.
public static readonly EmailLogEventType SoftBounce
Field Value
Spam
Spam event.
public static readonly EmailLogEventType Spam
Field Value
Suspension
Suspension event.
public static readonly EmailLogEventType Suspension
Field Value
Unsubscribe
Unsubscribe event.
public static readonly EmailLogEventType Unsubscribe