Table of Contents

Class EmailLogEventType

Namespace
Mailtrap.EmailLogs.Models
Assembly
Mailtrap.Abstractions.dll

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

EmailLogEventType

Click

Click event.

public static readonly EmailLogEventType Click

Field Value

EmailLogEventType

Delivery

Delivery event.

public static readonly EmailLogEventType Delivery

Field Value

EmailLogEventType

Open

Open event.

public static readonly EmailLogEventType Open

Field Value

EmailLogEventType

Reject

Reject event.

public static readonly EmailLogEventType Reject

Field Value

EmailLogEventType

SoftBounce

Soft bounce event.

public static readonly EmailLogEventType SoftBounce

Field Value

EmailLogEventType

Spam

Spam event.

public static readonly EmailLogEventType Spam

Field Value

EmailLogEventType

Suspension

Suspension event.

public static readonly EmailLogEventType Suspension

Field Value

EmailLogEventType

Unsubscribe

Unsubscribe event.

public static readonly EmailLogEventType Unsubscribe

Field Value

EmailLogEventType