Table of Contents

Class EmailLogMessageEventSpam

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

Email log message event for event_type = spam.

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

Properties

Details

Spam-specific details.

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

Property Value

EventDetailsSpam

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