Table of Contents

Class ThreadMessageDirection

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

Direction of a message within a thread.

public sealed record ThreadMessageDirection : StringEnum<ThreadMessageDirection>, IEquatable<StringEnum<ThreadMessageDirection>>, IEquatable<ThreadMessageDirection>
Inheritance
ThreadMessageDirection
Implements
Inherited Members

Fields

Inbound

A received (inbound) message.

public static readonly ThreadMessageDirection Inbound

Field Value

ThreadMessageDirection

Outbound

A sent (outbound) message - a reply, reply-all, or forward.

public static readonly ThreadMessageDirection Outbound

Field Value

ThreadMessageDirection