Table of Contents

Class EventDetailsOpen

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

Event details for event_type = open.

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

Properties

WebIpAddress

Web IP address that opened the message.

[JsonPropertyName("web_ip_address")]
public string? WebIpAddress { get; set; }

Property Value

string