Table of Contents

Class EmailLogEventsFilter

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

Filter by events. Operators: include_event, not_include_event. Value(s): delivery, open, click, bounce, spam, unsubscribe, soft_bounce, reject, suspension.

public sealed record EmailLogEventsFilter : IEquatable<EmailLogEventsFilter>
Inheritance
EmailLogEventsFilter
Implements

Properties

Operator

Operator (include_event, not_include_event).

public EmailLogFilterOperatorEvents Operator { get; set; }

Property Value

EmailLogFilterOperatorEvents

Value

Single event type.

public EmailLogEventType? Value { get; set; }

Property Value

EmailLogEventType

Values

Multiple event types (emitted as repeated value params).

public IList<EmailLogEventType> Values { get; }

Property Value

IList<EmailLogEventType>