Table of Contents

Class EventDetailsBounce

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

Event details for event_type = soft_bounce or bounce.

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

Properties

BounceCategory

Bounce category.

[JsonPropertyName("bounce_category")]
public string? BounceCategory { get; set; }

Property Value

string

EmailServiceProvider

Email service provider name.

[JsonPropertyName("email_service_provider")]
public string? EmailServiceProvider { get; set; }

Property Value

string

EmailServiceProviderResponse

Email service provider response message.

[JsonPropertyName("email_service_provider_response")]
public string? EmailServiceProviderResponse { get; set; }

Property Value

string

EmailServiceProviderStatus

Email service provider status code.

[JsonPropertyName("email_service_provider_status")]
public string? EmailServiceProviderStatus { get; set; }

Property Value

string

RecipientMx

Recipient MX host.

[JsonPropertyName("recipient_mx")]
public string? RecipientMx { get; set; }

Property Value

string

SendingIp

Sending IP address.

[JsonPropertyName("sending_ip")]
public string? SendingIp { get; set; }

Property Value

string