Table of Contents

Class EmailLogMessageEventOpen

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

Email log message event for event_type = open.

public sealed record EmailLogMessageEventOpen : EmailLogMessageEvent, IEquatable<EmailLogMessageEvent>, IEquatable<EmailLogMessageEventOpen>
Inheritance
EmailLogMessageEventOpen
Implements
Inherited Members

Properties

Details

Open-specific details.

[JsonPropertyName("details")]
public EventDetailsOpen? Details { get; set; }

Property Value

EventDetailsOpen

EventType

Event type identifier (matches the API event_type value). Not serialized from JSON; derived types supply the value.

public override string EventType { get; }

Property Value

string