Table of Contents

Class SendMessageResult

Namespace
Mailtrap.Inbound.Models
Assembly
Mailtrap.Abstractions.dll

Result of a reply, reply-all, or forward operation (each sends a real email).

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

Properties

MessageIds

Gets the UUIDs assigned by the Email API to the sent message, one per recipient.

[JsonPropertyName("message_ids")]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public IList<string> MessageIds { get; }

Property Value

IList<string>

UUIDs of the sent message, one per recipient.