Table of Contents

Class EmailLogFilterOperatorEvents

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

Filter operators for events (API: include_event, not_include_event).

public sealed record EmailLogFilterOperatorEvents : StringEnum<EmailLogFilterOperatorEvents>, IEquatable<StringEnum<EmailLogFilterOperatorEvents>>, IEquatable<EmailLogFilterOperatorEvents>
Inheritance
EmailLogFilterOperatorEvents
Implements
Inherited Members

Fields

IncludeEvent

Include messages that have this event.

public static readonly EmailLogFilterOperatorEvents IncludeEvent

Field Value

EmailLogFilterOperatorEvents

NotIncludeEvent

Exclude messages that have this event.

public static readonly EmailLogFilterOperatorEvents NotIncludeEvent

Field Value

EmailLogFilterOperatorEvents