Table of Contents

Class EventDetailsSpam

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

Event details for event_type = spam.

public sealed record EventDetailsSpam : IEquatable<EventDetailsSpam>
Inheritance
EventDetailsSpam
Implements

Properties

SpamFeedbackType

Spam feedback type.

[JsonPropertyName("spam_feedback_type")]
public string? SpamFeedbackType { get; set; }

Property Value

string