Table of Contents

Class ForwardTestingMessageResponse

Namespace
Mailtrap.TestingMessages.Responses
Assembly
Mailtrap.Abstractions.dll

Details of the forwarded message.

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

Properties

Message

Gets forward result message.

[JsonPropertyName("message")]
[JsonPropertyOrder(1)]
public string? Message { get; set; }

Property Value

string

Forward result message.