Table of Contents

Class EmailLogMessageEventBounce

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

Email log message event for event_type = bounce.

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

Properties

Details

Bounce-specific details.

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

Property Value

EventDetailsBounce

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