Table of Contents

Class EmailLogMessageEventReject

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

Email log message event for event_type = reject.

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

Properties

Details

Reject-specific details.

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

Property Value

EventDetailsReject

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